Merge "Skip one functional test"
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
import unittest
|
||||||
|
|
||||||
from oslo_db.sqlalchemy import test_base
|
from oslo_db.sqlalchemy import test_base
|
||||||
from oslo_db.sqlalchemy import utils as db_utils
|
from oslo_db.sqlalchemy import utils as db_utils
|
||||||
@@ -142,6 +143,7 @@ class TestOcataMigrate01Mixin(test_migrations.AlembicMigrationsMixin):
|
|||||||
self.assertEqual('shared', rows[3]['visibility'])
|
self.assertEqual('shared', rows[3]['visibility'])
|
||||||
|
|
||||||
|
|
||||||
|
@unittest.skip("Bug #1745003")
|
||||||
class TestOcataMigrate01MySQL(TestOcataMigrate01Mixin,
|
class TestOcataMigrate01MySQL(TestOcataMigrate01Mixin,
|
||||||
test_base.MySQLOpportunisticTestCase):
|
test_base.MySQLOpportunisticTestCase):
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user