Skip to content

Commit 15b71a5

Browse files
committed
reclassify some test skips
1 parent 821ae79 commit 15b71a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_mongodb/features.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ def django_test_expected_failures(self):
495495
"delete.tests.DeletionTests.test_only_referenced_fields_selected",
496496
"lookup.tests.LookupTests.test_in_ignore_none",
497497
"lookup.tests.LookupTests.test_textfield_exact_null",
498+
"migrations.test_commands.MigrateTests.test_migrate_syncdb_app_label",
499+
"migrations.test_commands.MigrateTests.test_migrate_syncdb_deferred_sql_executed_with_schemaeditor",
498500
"queries.tests.ExistsSql.test_exists",
499501
"queries.tests.Queries6Tests.test_col_alias_quoted",
500502
"schema.tests.SchemaTests.test_rename_column_renames_deferred_sql_references",
@@ -670,8 +672,6 @@ def django_test_expected_failures(self):
670672
},
671673
"SchemaEditor doesn't log or collect queries.": {
672674
# https://github.com/mongodb-labs/django-mongodb/issues/141
673-
"migrations.test_commands.MigrateTests.test_migrate_syncdb_app_label",
674-
"migrations.test_commands.MigrateTests.test_migrate_syncdb_deferred_sql_executed_with_schemaeditor",
675675
"migrations.test_commands.MigrateTests.test_sqlmigrate_backwards",
676676
"migrations.test_commands.MigrateTests.test_sqlmigrate_for_non_atomic_migration",
677677
"migrations.test_commands.MigrateTests.test_sqlmigrate_for_non_transactional_databases",

0 commit comments

Comments
 (0)