From d0cb0d1192fe721314768f1b8e12d1d541d79320 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Mon, 10 Aug 2015 15:09:10 -0700 Subject: [PATCH] Skip functional test: test_server_up seems like test_server_up is causing intermittent issues in our CI, skipping for now, so we can proceed with merging code. Change-Id: Id41a78e703d7b416dfdc9a7bc95b19a8999192e3 Related-Bug: 1483422 --- functional/tests/compute/v2/test_server.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functional/tests/compute/v2/test_server.py b/functional/tests/compute/v2/test_server.py index f38115800a..aa1c1201df 100644 --- a/functional/tests/compute/v2/test_server.py +++ b/functional/tests/compute/v2/test_server.py @@ -13,6 +13,8 @@ import time import uuid +import testtools + from functional.common import test @@ -80,6 +82,7 @@ class ServerTests(test.TestCase): total_sleep += interval self.assertEqual(desired, status) + @testtools.skip('skipping due to bug 1483422') def test_server_up_test(self): self.wait_for("ACTIVE") # give it a little bit more time