Skip test_subnet_details slow test until bug 1813198 is fixed

The bug is killing throughput in our CI system [1] so until it's
fixed I'm proposing that we skip it.

http://status.openstack.org/elastic-recheck/#1813198
http://status.openstack.org/elastic-recheck/gate.html#1813198

Change-Id: I1a6f35dcb15110297cd491b902d7a8279861997e
Related-Bug: #1813198
This commit is contained in:
Matt Riedemann 2019-01-28 12:31:18 -05:00
parent 91d92424bc
commit f853ef7a25
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ class TestNetworkBasicOps(manager.NetworkScenarioTest):
should_connect=True, msg="after updating "
"admin_state_up of router to True")
@decorators.skip_because(bug='1813198')
@decorators.idempotent_id('d8bb918e-e2df-48b2-97cd-b73c95450980')
@testtools.skipIf(CONF.network.shared_physical_network,
'network isolation not available')