Skip test_server_connectivity_cold_migration_revert until fixed

We're having a hard time landing changes like
https://review.openstack.org/#/c/601830/ due to
persistent intermittently failing tests that are
not getting attention to resolve, so this skips
one of those tests until the bug is fixed.

Change-Id: I7c2080acbcd47b9fb1deefd30d427f3e4076ea39
Related-Bug: #1788403
This commit is contained in:
Matt Riedemann 2018-09-14 11:22:32 -04:00
parent 3674fb1382
commit 2a4641c056
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ class TestNetworkAdvancedServerOps(manager.NetworkScenarioTest):
self.assertNotEqual(src_host, dst_host)
@decorators.skip_because(bug='1788403')
@decorators.idempotent_id('25b188d7-0183-4b1e-a11d-15840c8e2fd6')
@testtools.skipUnless(CONF.compute_feature_enabled.cold_migration,
'Cold migration is not available.')