Skip to content

Commit c383276

Browse files
committed
fix one last remaining test
1 parent 2dfee62 commit c383276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testapp/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@
325325
'foreign_object.test_tuple_lookups.TupleLookupsTests.test_tuple_in_subquery',
326326
'foreign_object.test_agnostic_order_trimjoin.TestLookupQuery.test_deep_mixed_backward',
327327

328+
# Migration data persistence - table name with spaces issue
329+
'migration_test_data_persistence.tests.MigrationDataPersistenceClassSetup',
330+
328331
# Aggregation with filtered references
329332
# TODO: Fix complex aggregation queries with outer references
330333
'aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_aggregrate_ref_in_subquery_annotation',

0 commit comments

Comments
 (0)