Merge "Skip failing test load balancing test"

This commit is contained in:
Jenkins 2014-02-07 22:27:48 +00:00 committed by Gerrit Code Review
commit 8ee0079b8f

View File

@ -218,6 +218,7 @@ class TestLoadBalancerBasic(manager.NetworkScenarioTest):
self.assertEqual(5, resp.count("server1\n"))
self.assertEqual(5, resp.count("server2\n"))
@test.skip_because(bug="1277381")
@test.attr(type='smoke')
@test.services('compute', 'network')
def test_load_balancer_basic(self):