Merge "Remove timeout skip guard for LP#1687027"

This commit is contained in:
Zuul 2021-06-15 08:45:55 +00:00 committed by Gerrit Code Review
commit fe41bc0330
1 changed files with 0 additions and 1 deletions

View File

@ -587,7 +587,6 @@ class TestWalkMigrationsMysql(testlib_api.MySQLTestCaseMixin,
# on slow nodes than 'psycopg2' and because of that this increased
# timeout is required only when for testing with 'mysql' backend.
@test_base.set_timeout(600)
@test_base.skip_if_timeout("bug 1687027")
def test_walk_versions(self):
super(TestWalkMigrationsMysql, self).test_walk_versions()