diff --git a/test/integration/component/test_vpc_redundant.py b/test/integration/component/test_vpc_redundant.py index 66da462a0a7..8fe44c28d8d 100644 --- a/test/integration/component/test_vpc_redundant.py +++ b/test/integration/component/test_vpc_redundant.py @@ -219,7 +219,6 @@ class TestVPCRedundancy(cloudstackTestCase): @classmethod def tearDownClass(cls): - return try: cleanup_resources(cls.api_client, cls._cleanup) except Exception as e: @@ -258,7 +257,6 @@ class TestVPCRedundancy(cloudstackTestCase): return def tearDown(self): - return try: cleanup_resources(self.apiclient, self.cleanup) except Exception as e: