mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: xfail test with older versions of sssd
Related to: https://pagure.io/SSSD/sssd/issue/4061 Signed-off-by: Anuja More <amore@redhat.com> Reviewed-By: Kaleemullah Siddiqui <ksiddiqu@redhat.com> Reviewed-By: Armando Neto <abiagion@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
committed by
François Cami
parent
0dfb44c3c7
commit
4247fb9c73
@@ -507,7 +507,10 @@ class TestSSSDWithAdTrust(IntegrationTest):
|
||||
self.master.run_command(['id', user])
|
||||
with self.override_gid_setup(gid):
|
||||
test_gid = self.master.run_command(['id', user])
|
||||
assert 'gid={id}'.format(id=gid) in test_gid.stdout_text
|
||||
sssd_version = tasks.get_sssd_version(self.master)
|
||||
with xfail_context(sssd_version < tasks.parse_version('2.3.0'),
|
||||
'https://pagure.io/SSSD/sssd/issue/4061'):
|
||||
assert 'gid={id}'.format(id=gid) in test_gid.stdout_text
|
||||
|
||||
|
||||
class TestNestedMembers(IntegrationTest):
|
||||
|
||||
Reference in New Issue
Block a user