We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7e9b8 commit 953f207Copy full SHA for 953f207
1 file changed
tests/functional/api/test_groups.py
@@ -211,6 +211,7 @@ def test_group_wiki(group):
211
assert len(group.wikis.list()) == 0
212
213
214
+@pytest.mark.skip(reason="EE feature")
215
def test_group_hooks(group):
216
hook = group.hooks.create({"url": "http://hook.url"})
217
assert len(group.hooks.list()) == 1
0 commit comments