diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index f10641b762c..67aa99ea06a 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -240,7 +240,7 @@ class TestResourceTags(cloudstackTestCase): try: #Cleanup resources used print("Cleanup resources used") - #cleanup_resources(cls.api_client, cls._cleanup) + cleanup_resources(cls.api_client, cls._cleanup) except Exception as e: raise Exception("Warning: Exception during cleanup : %s" % e) return