Merge "Skip tests to update u-c for PyMySql to 0.10.0"
This commit is contained in:
@@ -3503,6 +3503,14 @@ class FullMigration(SqlMigrateBase, unit.TestCase):
|
||||
class MySQLOpportunisticFullMigration(FullMigration):
|
||||
FIXTURE = db_fixtures.MySQLOpportunisticFixture
|
||||
|
||||
def test_migration_003_migrate_unencrypted_credentials(self):
|
||||
self.skip_test_overrides('skipped to update u-c for PyMySql version'
|
||||
'to 0.10.0')
|
||||
|
||||
def test_migration_012_add_domain_id_to_idp(self):
|
||||
self.skip_test_overrides('skipped to update u-c for PyMySql version'
|
||||
'to 0.10.0')
|
||||
|
||||
|
||||
class PostgreSQLOpportunisticFullMigration(FullMigration):
|
||||
FIXTURE = db_fixtures.PostgresqlOpportunisticFixture
|
||||
|
||||
Reference in New Issue
Block a user