diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py index da7ad815a..4eaa56253 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -103,7 +103,6 @@ def replica_install_teardown(func): class CALessBase(IntegrationTest): @classmethod def install(cls, mh): - super(CALessBase, cls).install(mh) cls.cert_dir = tempfile.mkdtemp(prefix="ipatest-") cls.pem_filename = os.path.join(cls.cert_dir, 'root.pem') scriptfile = os.path.join(os.path.dirname(__file__),