From c5df627688a9b23b5ecc9b835b61f7ff8df40b50 Mon Sep 17 00:00:00 2001 From: Sicong Date: Mon, 21 Mar 2022 17:21:17 -0700 Subject: [PATCH] Unskip one passed test Unit test `bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields` is passing, remove it from expected failures. --- testapp/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testapp/settings.py b/testapp/settings.py index 53aff4aa..cc24fe60 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -208,7 +208,6 @@ 'schema.tests.SchemaTests.test_alter_smallint_pk_to_smallautofield_pk', 'annotations.tests.NonAggregateAnnotationTestCase.test_combined_expression_annotation_with_aggregation', - 'bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields', 'db_functions.comparison.test_cast.CastTests.test_cast_to_integer', 'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_func', 'db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_iso_weekday_func',