mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: remove xfail in TestIpaClientAutomountFileRestore
Remove xfail in TestIpaClientAutomountFileRestore to check the associated bugfix. Related-to: https://pagure.io/freeipa/issue/8054 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Thomas Woerner <twoerner@redhat.com>
This commit is contained in:
parent
b24359cafa
commit
03a228aaf6
@ -15,7 +15,6 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import pytest
|
||||
import os
|
||||
import re
|
||||
import time
|
||||
@ -324,7 +323,6 @@ class TestIpaClientAutomountFileRestore(IntegrationTest):
|
||||
cmd = self.clients[0].run_command(sha256nsswitch_cmd)
|
||||
assert cmd.stdout_text == orig_sha256
|
||||
|
||||
@pytest.mark.xfail(reason='freeipa ticket 8054', strict=True)
|
||||
def test_nsswitch_backup_restore_sssd(self):
|
||||
self.nsswitch_backup_restore()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user