We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310bf82 commit a8efe0aCopy full SHA for a8efe0a
testapp/settings.py
@@ -298,6 +298,9 @@
298
'indexes.tests.SchemaIndexesTests.test_alter_field_unique_false_removes_deferred_sql',
299
'backends.base.test_base.ExecuteWrapperTests.test_wrapper_debug',
300
301
+ # Composite primary key tests - not supported in SQL Server
302
+ 'inspectdb.tests.InspectDBTransactionalTests.test_composite_primary_key',
303
+
304
]
305
306
REGEX_TESTS = [
0 commit comments