Skip to content

Commit 7bc7377

Browse files
committed
CLOUDSTACK-6781: Disabling failing test corresponding to this bug
Once the bug is fixed this needs to be enabled back
1 parent 48899e4 commit 7bc7377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_portable_publicip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def tearDown(self):
7575
raise Exception("Warning: Exception during cleanup : %s" % e)
7676
return
7777

78-
@attr(tags = ["simulator", "basic", "advanced", "portablepublicip", "selfservice"])
78+
@attr(tags = ["simulator", "basic", "advanced", "portablepublicip", "selfservice"],BugId="CLOUDSTACK-6781")
7979
def test_createPortablePublicIPRange(self):
8080
""" Test to create a portable public ip range
8181
"""

0 commit comments

Comments
 (0)