Skip to content

Commit cd309c7

Browse files
committed
remove migration from excluded tests
1 parent c4d87b8 commit cd309c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

testapp/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,6 @@
330330
'foreign_object.test_tuple_lookups.TupleLookupsTests.test_tuple_in_subquery',
331331
'foreign_object.test_agnostic_order_trimjoin.TestLookupQuery.test_deep_mixed_backward',
332332

333-
# Migration data persistence - exclude entire module due to table name with spaces issue
334-
'migration_test_data_persistence',
335-
'migration_test_data_persistence.tests',
336-
'migration_test_data_persistence.tests.MigrationDataPersistenceClassSetup',
337-
338333
# Multi-column foreign key tests with tuple lookups - also affected by SQL Server limitations
339334
# TODO: Fix tuple lookup generation for multi-column FKs
340335
'foreign_object.tests.MultiColumnFKTests.test_double_nested_query',

0 commit comments

Comments
 (0)