Disabling the failed test cases mentioned in the following tickets integration.smoke.test_iso - CLOUDSTACK-6769, CLOUDSTACK-6774

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
(cherry picked from commit 80b9849981)
This commit is contained in:
Harikrishna Patnala 2014-05-28 11:39:37 +05:30 committed by Daan Hoogland
parent 97e1294eed
commit c6a6b5b698
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ class TestCreateIso(cloudstackTestCase):
class TestISO(cloudstackTestCase):
@classmethod
@attr(BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
def setUpClass(cls):
cls.services = Services().services
cls.api_client = super(TestISO, cls).getClsTestClient().getApiClient()