CLOUDSTACK-6781: Disabling failing test corresponding to this bug

Once the bug is fixed this needs to be enabled back
This commit is contained in:
Koushik Das 2014-05-27 20:35:24 +05:30
parent 48899e4c81
commit 7bc7377a17

View File

@ -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
"""