diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index 73a96e4d6f4..e612572554b 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -190,7 +190,6 @@ class Services: } -@unittest.skip("skipped - Test case need to enable after fixing the issues") class TestVMLifeCycleVPC(cloudstackTestCase): @classmethod @@ -864,6 +863,7 @@ class TestVMLifeCycleVPC(cloudstackTestCase): ) return +@unittest.skip("skipped - The setup of shared network is wrong, need to be fixed ") class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): @classmethod