ipatests: remove the xfail for test_nfs.py

Related: https://pagure.io/freeipa/issue/8189
Reviewed-By: Michal Polovka <mpolovka@redhat.com>
Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2020-07-29 13:40:26 +02:00
parent f12d37724f
commit aac570bb45

View File

@ -363,10 +363,6 @@ class TestIpaClientAutomountFileRestore(IntegrationTest):
cmd = self.clients[0].run_command(sha256nsswitch_cmd) cmd = self.clients[0].run_command(sha256nsswitch_cmd)
assert cmd.stdout_text == orig_sha256 assert cmd.stdout_text == orig_sha256
@pytest.mark.xfail(
reason="https://pagure.io/freeipa/issue/8189",
strict=True
)
def test_nsswitch_backup_restore_sssd(self): def test_nsswitch_backup_restore_sssd(self):
self.nsswitch_backup_restore() self.nsswitch_backup_restore()