diff --git a/neutron/tests/functional/db/test_migrations.py b/neutron/tests/functional/db/test_migrations.py index b5af64498f0..9bc075c6bfa 100644 --- a/neutron/tests/functional/db/test_migrations.py +++ b/neutron/tests/functional/db/test_migrations.py @@ -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()