Merge "Skip a test for nicira service plugin"

changes/54/58954/7
Jenkins 9 years ago committed by Gerrit Code Review
commit 40832a95f8

@ -305,3 +305,6 @@ class TestProxyCreateLswitch(base.BaseTestCase):
tags=more_tags)
expected = self.tags + more_tags
self.assertEqual(expected, result[2])
def test_router_add_interface_subnet_with_port_from_other_tenant(self):
self.skip("Skipping this unit test until bug 1280035 is fixed")

Loading…
Cancel
Save