diff --git a/ipatests/test_integration/test_ntp_options.py b/ipatests/test_integration/test_ntp_options.py index 2aa3b84aa..992c182d8 100644 --- a/ipatests/test_integration/test_ntp_options.py +++ b/ipatests/test_integration/test_ntp_options.py @@ -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