From 045a290cec2dbdf9b284934a4cd92836c227d513 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Tue, 12 Aug 2014 19:15:22 +0530 Subject: [PATCH] CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_snapshots.py --- test/integration/component/test_escalations_snapshots.py | 1 - 1 file changed, 1 deletion(-) 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)