Revert "Temporarily skip TestNovaMigrationsMySQL"

This reverts commit aebebe713a.

We said we would since the skip was temporary.

Change-Id: I5f7f5779735e158688992ccc948e7305bae1c9c4
Related-Bug: #1823251
This commit is contained in:
Matt Riedemann 2019-09-18 20:06:04 -04:00
parent 09bf71407f
commit 4f261f98e1
1 changed files with 0 additions and 7 deletions

View File

@ -1067,13 +1067,6 @@ class TestNovaMigrationsMySQL(NovaMigrationsCheckers,
testtools.TestCase):
FIXTURE = test_fixtures.MySQLOpportunisticFixture
def setUp(self):
super(TestNovaMigrationsMySQL, self).setUp()
# TODO(mriedem): Revert this change before Train RC1 since this is a
# temporary measure to merge code post-feature-freeze in Train which
# continually keeps failing gate runs due to bug 1823251.
self.skipTest('Skip due to bug 1823251 but unskip before Train RC1.')
def test_innodb_tables(self):
with mock.patch.object(sa_migration, 'get_engine',
return_value=self.migrate_engine):