diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-06-27 19:34:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-27 19:34:54 +0200 |
| commit | 953f207466c53c28a877f2a88da9160acef40643 (patch) | |
| tree | 790b268d3eafb5738b22dec0467ca0746fcba30e | |
| parent | 4a7e9b86aa348b72925bce3af1e5d988b8ce3439 (diff) | |
| download | gitlab-953f207466c53c28a877f2a88da9160acef40643.tar.gz | |
chore: skip EE test case in functional tests
| -rw-r--r-- | tests/functional/api/test_groups.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/api/test_groups.py b/tests/functional/api/test_groups.py index 5db5829..312fc7e 100644 --- a/tests/functional/api/test_groups.py +++ b/tests/functional/api/test_groups.py @@ -211,6 +211,7 @@ def test_group_wiki(group): assert len(group.wikis.list()) == 0 +@pytest.mark.skip(reason="EE feature") def test_group_hooks(group): hook = group.hooks.create({"url": "http://hook.url"}) assert len(group.hooks.list()) == 1 |
