Merge "Disable wait for force-delete"

This commit is contained in:
Jenkins 2017-01-17 03:41:25 +00:00 committed by Gerrit Code Review
commit 1a94950404
2 changed files with 6 additions and 2 deletions

View File

@ -2,3 +2,4 @@ BUG_EJECT_VALID_MASTER = 1622014
BUG_WRONG_API_VALIDATION = 1498573
BUG_STOP_DB_IN_CLUSTER = 1645096
BUG_UNAUTH_TEST_WRONG = 1653614
BUG_FORCE_DELETE_FAILS = 1656422

View File

@ -15,6 +15,8 @@
from proboscis import SkipTest
from trove.tests.scenario import runners
from trove.tests.scenario.runners.test_runners import SkipKnownBug
from trove.tests.scenario.runners.test_runners import TestRunner
@ -52,5 +54,6 @@ class InstanceForceDeleteRunner(TestRunner):
self.assert_client_code(client, expected_http_code)
def run_wait_for_force_delete(self):
if self.build_inst_id:
self.assert_all_gone([self.build_inst_id], ['SHUTDOWN'])
raise SkipKnownBug(runners.BUG_FORCE_DELETE_FAILS)
# if self.build_inst_id:
# self.assert_all_gone([self.build_inst_id], ['SHUTDOWN'])