mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
827dc9afc9
commit
6f3721a885
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user