From 7bc7377a175260f1efcd79bb77ad64bc9bb93d26 Mon Sep 17 00:00:00 2001 From: Koushik Das Date: Tue, 27 May 2014 20:35:24 +0530 Subject: [PATCH] CLOUDSTACK-6781: Disabling failing test corresponding to this bug Once the bug is fixed this needs to be enabled back --- test/integration/smoke/test_portable_publicip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_portable_publicip.py b/test/integration/smoke/test_portable_publicip.py index 2d02a7114e5..a511e815a91 100644 --- a/test/integration/smoke/test_portable_publicip.py +++ b/test/integration/smoke/test_portable_publicip.py @@ -75,7 +75,7 @@ class TestPortablePublicIPRange(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["simulator", "basic", "advanced", "portablepublicip", "selfservice"]) + @attr(tags = ["simulator", "basic", "advanced", "portablepublicip", "selfservice"],BugId="CLOUDSTACK-6781") def test_createPortablePublicIPRange(self): """ Test to create a portable public ip range """