diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index 0122e4f63eb..4f95925479e 100755 --- a/test/integration/component/test_egress_fw_rules.py +++ b/test/integration/component/test_egress_fw_rules.py @@ -360,9 +360,6 @@ class TestEgressFWRules(cloudstackTestCase): except Exception as e: self.fail("Warning: Exception during virtual machines cleanup : %s" % e) - # Wait for VMs to expunge - wait_for_cleanup(self.api_client, ["expunge.delay", "expunge.interval"]) - if len(self.cleanup_vms) > 0: retriesCount = 10 while True: