Skip to content

Commit

Permalink
Merge "Skip functional l3 agent test"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 3, 2014
2 parents d3c4799 + 0918ce9 commit 0afdc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neutron/tests/functional/agent/test_l3_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def device_exists_with_ip_mac(self, expected_device, name_getter,

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))
Expand Down

0 comments on commit 0afdc3e

Please sign in to comment.