Skip to content

Commit 0b68989

Browse files
committed
reclassify some schema expected failures
1 parent 73c13fa commit 0b68989

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
@@ -111,11 +111,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
111111
"schema.tests.SchemaTests.test_alter_int_pk_to_int_unique",
112112
"schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key",
113113
"schema.tests.SchemaTests.test_alter_null_to_not_null",
114-
"schema.tests.SchemaTests.test_alter_primary_key_the_same_name",
115114
# AlterField (db_index)
116115
"schema.tests.SchemaTests.test_alter_renames_index",
117116
"schema.tests.SchemaTests.test_indexes",
118-
"schema.tests.SchemaTests.test_remove_constraints_capital_letters",
119117
"schema.tests.SchemaTests.test_remove_db_index_doesnt_remove_custom_indexes",
120118
# AlterField (unique)
121119
"schema.tests.SchemaTests.test_unique",
@@ -547,6 +545,7 @@ def django_test_expected_failures(self):
547545
"model_fields.test_jsonfield.TestQuerying.test_nested_key_transform_raw_expression",
548546
"queries.tests.Queries1Tests.test_order_by_rawsql",
549547
"schema.test_logging.SchemaLoggerTests.test_extra_args",
548+
"schema.tests.SchemaTests.test_remove_constraints_capital_letters",
550549
"timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime",
551550
"timezones.tests.LegacyDatabaseTests.test_cursor_execute_returns_naive_datetime",
552551
"timezones.tests.LegacyDatabaseTests.test_raw_sql",
@@ -631,6 +630,7 @@ def django_test_expected_failures(self):
631630
"introspection.tests.IntrospectionTests.test_get_primary_key_column",
632631
},
633632
"MongoDB can't introspect primary key.": {
633+
"schema.tests.SchemaTests.test_alter_primary_key_the_same_name",
634634
"schema.tests.SchemaTests.test_primary_key",
635635
},
636636
"Known issue querying JSONField.": {

0 commit comments

Comments
 (0)