From 6f3721a885e652f4364a749ce95ceb4efd2c9882 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Dec 14 2022 10:26:17 +0000 Subject: ipatests: xfail on all fedora for test_ipa_login_with_sso_user With the new fedora36 vagrant image, the test is also failing. Mark xfail for all fedora versions. Related: https://pagure.io/freeipa/issue/9264 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Scott Poore --- diff --git a/ipatests/test_integration/test_sso.py b/ipatests/test_integration/test_sso.py index da7cf7b..9708e9f 100644 --- a/ipatests/test_integration/test_sso.py +++ b/ipatests/test_integration/test_sso.py @@ -123,7 +123,7 @@ class TestSsoBridge(IntegrationTest): keycloak_login(self.keycloak, username, password, username_fl) @pytest.mark.xfail( - osinfo.id == 'fedora' and osinfo.version_number >= (37,), + osinfo.id == 'fedora', reason='freeipa ticket 9264', strict=True) def test_ipa_login_with_sso_user(self): """