diff --git a/neutron/tests/unit/nicira/test_edge_router.py b/neutron/tests/unit/nicira/test_edge_router.py index e65cc48296..ca2d2a33af 100644 --- a/neutron/tests/unit/nicira/test_edge_router.py +++ b/neutron/tests/unit/nicira/test_edge_router.py @@ -305,6 +305,3 @@ 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")