From 53c3e7cf602a72bb2dacc32e8d8984908863d3a9 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 16 Oct 2023 18:10:19 +0200 Subject: [PATCH] skip test_social_auth_creates_group No-Issue --- galaxy_ng/tests/integration/api/test_galaxy_stage_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy_ng/tests/integration/api/test_galaxy_stage_ansible.py b/galaxy_ng/tests/integration/api/test_galaxy_stage_ansible.py index 6739386426..4017ed974e 100644 --- a/galaxy_ng/tests/integration/api/test_galaxy_stage_ansible.py +++ b/galaxy_ng/tests/integration/api/test_galaxy_stage_ansible.py @@ -87,6 +87,7 @@ def test_me_social_with_precreated_user(galaxy_client): assert uinfo['username'] == gc.username +@pytest.mark.skip(reason='no longer creating groups for social users') @pytest.mark.galaxy_stage_ansible def test_social_auth_creates_group(gh_user_1_pre): github_user_username = GALAXY_STAGE_ANSIBLE_PROFILES["github_user"]["username"]