diff --git a/neutron/tests/functional/agent/l3/framework.py b/neutron/tests/functional/agent/l3/framework.py index 005cd0fc733..902a1a1c529 100644 --- a/neutron/tests/functional/agent/l3/framework.py +++ b/neutron/tests/functional/agent/l3/framework.py @@ -405,6 +405,7 @@ class L3AgentTestFramework(base.BaseSudoTestCase): timeout=15) return return_copy + @test_base.unstable_test("bug 1961740") def manage_router(self, agent, router): self.addCleanup(agent._safe_router_removed, router['id']) with mock.patch.object(dvr_local_router.DvrLocalRouter,