mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix fedora version for xfail for sssd test
Test was failing in nightly_PR for ipa-4.7 As https://pagure.io/SSSD/sssd/issue/3978 is not available on fedora-29 Signed-off-by: Anuja More <amore@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
83ec9296a9
commit
bfc998eae2
@ -126,7 +126,7 @@ class TestSSSDWithAdTrust(IntegrationTest):
|
||||
tasks.clear_sssd_cache(self.master)
|
||||
|
||||
@pytest.mark.xfail(
|
||||
osinfo.id == 'fedora' and osinfo.version_number <= (28,),
|
||||
osinfo.id == 'fedora' and osinfo.version_number <= (29,),
|
||||
reason='https://pagure.io/SSSD/sssd/issue/3978')
|
||||
@pytest.mark.parametrize('user', ['ad', 'fakeuser'])
|
||||
def test_is_user_filtered(self, user):
|
||||
|
Loading…
Reference in New Issue
Block a user