From 772f41b87b85c859f1eac7327d92801ef2e2df12 Mon Sep 17 00:00:00 2001 From: "Daniel Au (SIMBA TECHNOLOGIES INC)" Date: Wed, 25 Oct 2023 12:27:19 -0700 Subject: [PATCH] Skip nullable textfield constraint test --- testapp/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testapp/settings.py b/testapp/settings.py index 092267ca..d70d1741 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -301,6 +301,7 @@ 'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_select_related_and_order', 'expressions_window.tests.WindowFunctionTests.test_limited_filter', 'schema.tests.SchemaTests.test_remove_ignored_unique_constraint_not_create_fk_index', + 'constraints.tests.UniqueConstraintTests.test_validate_nullable_textfield_with_isnull_true', ] REGEX_TESTS = [