Revert "Fixing TestBackupAndRestore::test_full_backup_and_restore_with_removed_users"

This reverts commit 415578a199.

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Aleksei Slaikovskii 2018-06-06 14:01:46 +02:00 committed by Christian Heimes
parent ec9ea73b63
commit 283987c1df

View File

@ -179,8 +179,6 @@ class TestBackupAndRestore(IntegrationTest):
def test_full_backup_and_restore_with_removed_users(self):
"""regression test for https://fedorahosted.org/freeipa/ticket/3866"""
tasks.uninstall_master(self.master)
tasks.install_master(self.master)
with restore_checker(self.master):
backup_path = backup(self.master)
@ -204,8 +202,6 @@ class TestBackupAndRestore(IntegrationTest):
def test_full_backup_and_restore_with_selinux_booleans_off(self):
"""regression test for https://fedorahosted.org/freeipa/ticket/4157"""
tasks.uninstall_master(self.master)
tasks.install_master(self.master)
with restore_checker(self.master):
backup_path = backup(self.master)