Merge "Add skip_if_timeout to additional MySQL migration test"

This commit is contained in:
Zuul 2019-05-12 15:28:58 +00:00 committed by Gerrit Code Review
commit 17fa84613e
1 changed files with 5 additions and 0 deletions

View File

@ -361,6 +361,11 @@ class TestModelsMigrationsMysql(testlib_api.MySQLTestCaseMixin,
testlib_api.SqlTestCaseLight,
functional_base.BaseLoggingTestCase):
@test_base.skip_if_timeout("bug 1687027")
def test_forbid_offline_migrations_starting_newton(self):
super(TestModelsMigrationsMysql,
self).test_forbid_offline_migrations_starting_newton()
@test_base.skip_if_timeout("bug 1687027")
def test_check_mysql_engine(self):
engine = self.get_engine()