diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 1a2041a60be..e1f8dfeb4b7 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -442,7 +442,7 @@ class TestISO(cloudstackTestCase): "Check isfeatured permission of ISO" ) return - @unittest.expectedFailure + def test_06_copy_iso(self): """Test for copy ISO from one zone to another""" diff --git a/test/integration/smoke/test_templates.py b/test/integration/smoke/test_templates.py index 053c193b47b..b17b93fda19 100644 --- a/test/integration/smoke/test_templates.py +++ b/test/integration/smoke/test_templates.py @@ -634,7 +634,7 @@ class TestTemplates(cloudstackTestCase): "ListTemplates should not list any system templates" ) return - @unittest.expectedFailure + def test_06_copy_template(self): """Test for copy template from one zone to another"""