Skip to content

Commit 953f207

Browse files
authored
chore: skip EE test case in functional tests
1 parent 4a7e9b8 commit 953f207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/api/test_groups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def test_group_wiki(group):
211211
assert len(group.wikis.list()) == 0
212212

213213

214+
@pytest.mark.skip(reason="EE feature")
214215
def test_group_hooks(group):
215216
hook = group.hooks.create({"url": "http://hook.url"})
216217
assert len(group.hooks.list()) == 1

0 commit comments

Comments
 (0)