CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_snapshots.py

This commit is contained in:
Girish Shilamkar 2014-08-12 19:15:22 +05:30
parent d3f75618e7
commit 045a290cec
1 changed files with 0 additions and 1 deletions

View File

@ -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)