From 14a3b1318cf84983e1c029ffa1d3a7b2d0223779 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 3 Oct 2018 11:42:15 -0400 Subject: [PATCH] Skip test_parallel_evacuate_with_server_group until fixed This test has a high failure rate so let's skip it until the bug is fixed: http://status.openstack.org/elastic-recheck/#1763181 Change-Id: Idcd2e7118c8d985d6d2cc4b12c08388406229bbf Related-Bug: #1763181 --- nova/tests/functional/regressions/test_bug_1735407.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/tests/functional/regressions/test_bug_1735407.py b/nova/tests/functional/regressions/test_bug_1735407.py index 50b6803eed08..c05f6e10195c 100644 --- a/nova/tests/functional/regressions/test_bug_1735407.py +++ b/nova/tests/functional/regressions/test_bug_1735407.py @@ -92,6 +92,7 @@ class TestParallelEvacuationWithServerGroup( '_do_rebuild_instance', fake_rebuild) def test_parallel_evacuate_with_server_group(self): + self.skipTest('Skipped until bug 1763181 is fixed') group_req = {'name': 'a-name', 'policies': ['anti-affinity']} group = self.api.post_server_groups(group_req)