From e873b64cbc0836457cef7f3e99135423dfcab66a Mon Sep 17 00:00:00 2001 From: christian Date: Mon, 15 Jul 2024 08:40:10 +0200 Subject: [PATCH] skip role test No-Issue --- galaxy_ng/tests/integration/dab/test_system_auditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy_ng/tests/integration/dab/test_system_auditor.py b/galaxy_ng/tests/integration/dab/test_system_auditor.py index 93248901cd..a04c49b8bf 100644 --- a/galaxy_ng/tests/integration/dab/test_system_auditor.py +++ b/galaxy_ng/tests/integration/dab/test_system_auditor.py @@ -14,6 +14,7 @@ os.getenv("ENABLE_DAB_TESTS"), reason="Skipping test because ENABLE_DAB_TESTS is set" ) +@pytest.mark.skip_in_gw def test_system_auditor_role_permissions_without_gateway(galaxy_client): """Tests the galaxy.system_auditor role can be added to a user and has the right perms."""