mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
ipatests: fix teardown
The uninstall method of some tests can be skipped as the cleanup is already done before. Reviewed-By: Sergey Orlov <sorlov@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
7dfc6e004b
commit
8cf4271aae
@ -388,3 +388,8 @@ class TestNTPoptions(IntegrationTest):
|
||||
tasks.uninstall_client(self.client)
|
||||
tasks.uninstall_master(self.replica)
|
||||
tasks.uninstall_master(self.master)
|
||||
|
||||
@classmethod
|
||||
def uninstall(cls, mh):
|
||||
# Cleanup already done in teardown_method
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user