Skip a test for nicira service plugin
test_router_add_interface_subnet_with_port_from_other_tenant is causing intermittent failures in unit tests because of issues related with sql session autoflush. This patch skips this test, since it is already covered by another test case in the same module. This should prevent job failures while the relevant bug is addressed. Change-Id: Iad33dada61d17fad14e569e241f4079465b5f792 Related-Bug: 1280035
This commit is contained in:
parent
9c0fc8e981
commit
90da1a649d
@ -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…
Reference in New Issue
Block a user