Skip to content

Commit d57d6cc

Browse files
committed
excluded inspectdb
1 parent 3e49e16 commit d57d6cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

testapp/settings.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,10 @@
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 tests - FIXED: table name with spaces issue resolved
334-
# Fixed by improving quote_name method to handle schema.table names properly
335-
# 'migration_test_data_persistence.tests.MigrationDataPersistenceTestCase.test_persistence',
336-
# 'migration_test_data_persistence.tests.MigrationDataPersistenceClassSetup.test_data_available_in_class_setup',
337-
# 'migration_test_data_persistence.tests.MigrationDataNormalPersistenceTestCase.test_persistence',
333+
# inspectdb tests that expect specific table structures in inspectdb_special/pascal schemas
334+
'inspectdb.tests.InspectDBTestCase.test_custom_normalize_table_name',
335+
'inspectdb.tests.InspectDBTestCase.test_special_column_name_introspection',
336+
'inspectdb.tests.InspectDBTestCase.test_table_name_introspection',
338337

339338
# Multi-column foreign key tests with tuple lookups - also affected by SQL Server limitations
340339
# TODO: Fix tuple lookup generation for multi-column FKs

0 commit comments

Comments
 (0)