Skip to content

Commit a8efe0a

Browse files
committed
exclude composite primary key tests
1 parent 310bf82 commit a8efe0a

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
@@ -298,6 +298,9 @@
298298
'indexes.tests.SchemaIndexesTests.test_alter_field_unique_false_removes_deferred_sql',
299299
'backends.base.test_base.ExecuteWrapperTests.test_wrapper_debug',
300300

301+
# Composite primary key tests - not supported in SQL Server
302+
'inspectdb.tests.InspectDBTransactionalTests.test_composite_primary_key',
303+
301304
]
302305

303306
REGEX_TESTS = [

0 commit comments

Comments
 (0)