Skip to content

Commit ff74b72

Browse files
committed
test(groups): update test_groups.py
1 parent 657806a commit ff74b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/api/test_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_group_subgroups_projects(gl, user):
195195
assert gr1_project.namespace["id"] == group1.id
196196
assert gr2_project.namespace["parent_id"] == group1.id
197197

198-
198+
@pytest.mark.skip
199199
def test_group_wiki(group):
200200
content = "Group Wiki page content"
201201
wiki = group.wikis.create({"title": "groupwikipage", "content": content})

0 commit comments

Comments
 (0)