mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_snapshots.py
This commit is contained in:
parent
d3f75618e7
commit
045a290cec
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue