diff --git a/test/integration/component/test_escalations_snapshots.py b/test/integration/component/test_escalations_snapshots.py index 9bb3b5051c1..af493a1db21 100644 --- a/test/integration/component/test_escalations_snapshots.py +++ b/test/integration/component/test_escalations_snapshots.py @@ -91,7 +91,6 @@ class TestSnapshots(cloudstackTestCase): domainid=cls.account.domainid, serviceofferingid=cls.service_offering.id, ) - cls._cleanup.append(cls.virtual_machine) except Exception as e: cls.tearDownClass() raise Exception("Warning: Exception in setup : %s" % e)