diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index d5a09fce780..358bbf88552 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -445,7 +445,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 d1334c2d7fe..22309f4b57b 100644 --- a/test/integration/smoke/test_templates.py +++ b/test/integration/smoke/test_templates.py @@ -637,7 +637,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"""