Skip to content

Commit 896a63c

Browse files
authored
Unskip one passed test (microsoft#116)
Unit test `bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields` is passing, remove it from expected failures.
1 parent 4ae1e24 commit 896a63c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testapp/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@
208208
'schema.tests.SchemaTests.test_alter_smallint_pk_to_smallautofield_pk',
209209

210210
'annotations.tests.NonAggregateAnnotationTestCase.test_combined_expression_annotation_with_aggregation',
211-
'bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields',
212211
'db_functions.comparison.test_cast.CastTests.test_cast_to_integer',
213212
'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_func',
214213
'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_iso_weekday_func',

0 commit comments

Comments
 (0)