@@ -111,11 +111,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
111
111
"schema.tests.SchemaTests.test_alter_int_pk_to_int_unique" ,
112
112
"schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key" ,
113
113
"schema.tests.SchemaTests.test_alter_null_to_not_null" ,
114
- "schema.tests.SchemaTests.test_alter_primary_key_the_same_name" ,
115
114
# AlterField (db_index)
116
115
"schema.tests.SchemaTests.test_alter_renames_index" ,
117
116
"schema.tests.SchemaTests.test_indexes" ,
118
- "schema.tests.SchemaTests.test_remove_constraints_capital_letters" ,
119
117
"schema.tests.SchemaTests.test_remove_db_index_doesnt_remove_custom_indexes" ,
120
118
# AlterField (unique)
121
119
"schema.tests.SchemaTests.test_unique" ,
@@ -547,6 +545,7 @@ def django_test_expected_failures(self):
547
545
"model_fields.test_jsonfield.TestQuerying.test_nested_key_transform_raw_expression" ,
548
546
"queries.tests.Queries1Tests.test_order_by_rawsql" ,
549
547
"schema.test_logging.SchemaLoggerTests.test_extra_args" ,
548
+ "schema.tests.SchemaTests.test_remove_constraints_capital_letters" ,
550
549
"timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime" ,
551
550
"timezones.tests.LegacyDatabaseTests.test_cursor_execute_returns_naive_datetime" ,
552
551
"timezones.tests.LegacyDatabaseTests.test_raw_sql" ,
@@ -631,6 +630,7 @@ def django_test_expected_failures(self):
631
630
"introspection.tests.IntrospectionTests.test_get_primary_key_column" ,
632
631
},
633
632
"MongoDB can't introspect primary key." : {
633
+ "schema.tests.SchemaTests.test_alter_primary_key_the_same_name" ,
634
634
"schema.tests.SchemaTests.test_primary_key" ,
635
635
},
636
636
"Known issue querying JSONField." : {
0 commit comments