]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Skip functional l3 agent test
authorMaru Newby <marun@redhat.com>
Tue, 2 Sep 2014 01:02:23 +0000 (03:02 +0200)
committerMaru Newby <marun@redhat.com>
Tue, 2 Sep 2014 01:02:23 +0000 (03:02 +0200)
Since this test merged there have been periodic failures that
seem to be related to SystemExit being raised.  Skipping for now
to give us time to fix.

Change-Id: Ia857835102a9c4c74820cf5eb3c529a3c2fb421e
Related-bug: 1364171

neutron/tests/functional/agent/test_l3_agent.py

index ed17da08b2847bd96ab740a8feee5faf2f007736..b5687c9cf3d0c3d9f6d6c85105c8b1906196fb9e 100644 (file)
@@ -100,6 +100,7 @@ class L3AgentTestFramework(base.BaseOVSLinuxTestCase):
 
 class L3AgentTestCase(L3AgentTestFramework):
     def test_router_lifecycle(self):
+        self.skipTest('This test is suspected of causing bug 1364171')
         router = self.manage_router()
 
         self.assertTrue(self._namespace_exists(router))