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
(cherry picked from commit 14a3b1318c)
This commit is contained in:
Matt Riedemann 2018-10-03 11:42:15 -04:00
parent 6782c61fcb
commit c072993e09
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,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)