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 <flo@redhat.com>
Reviewed-By: Scott Poore <spoore@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2022-11-29 10:24:07 +01:00
parent 827dc9afc9
commit 6f3721a885

View File

@ -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):
"""