Skip to content
Snippets Groups Projects
Commit 675a93bf authored by Sascha Klawohn's avatar Sascha Klawohn
Browse files

Merge branch 'xfail-group-owner-test' into 'develop'

Mark group owner test as fallible

See merge request !2413
parents 06e48e71 48c7331d
No related branches found
No related tags found
2 merge requests!2421Removed direct infrastructure dependency from mkdocs macros,!2413Mark group owner test as fallible
Pipeline #254600 failed
......@@ -183,6 +183,10 @@ def test_get_group_invalid(
# tests using group fixtures with scope: 'function' (default)
# This test is flaky.
# The last check (whether changes propagated to the DB) fails sometimes, even when
# retrying multiple times for up to over a minute. If it succeeds, it does so immediately.
@pytest.mark.xfail(strict=False)
def test_owner_not_member(auth_headers, client, group_molds, group_owner_not_member):
ref_group = group_molds['owner_not_member_ref']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment