mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Skip orphan automember rule test
389-DS 1.4.0.22 was pushed to Fedora over the weekend. The new versin breaks test_find_orphan_automember_rules. Skip the test case for now until we have more time to investigate the issue. Related: https://pagure.io/freeipa/issue/7902 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
a241a81ba4
commit
3fdbf48f3d
@ -831,6 +831,7 @@ class TestAutomemberFindOrphans(XMLRPC_test):
|
||||
|
||||
hostgroup1.retrieve()
|
||||
|
||||
@pytest.mark.skip(reason="Fails with 389-DS 1.4.0.22, see issue 7902")
|
||||
def test_find_orphan_automember_rules(self, hostgroup1):
|
||||
""" Remove hostgroup1, find and remove obsolete automember rules. """
|
||||
# Remove hostgroup1
|
||||
|
Loading…
Reference in New Issue
Block a user