Skip to content

Commit 772f41b

Browse files
committed
Skip nullable textfield constraint test
1 parent 6fac90c commit 772f41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapp/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_select_related_and_order',
302302
'expressions_window.tests.WindowFunctionTests.test_limited_filter',
303303
'schema.tests.SchemaTests.test_remove_ignored_unique_constraint_not_create_fk_index',
304+
'constraints.tests.UniqueConstraintTests.test_validate_nullable_textfield_with_isnull_true',
304305
]
305306

306307
REGEX_TESTS = [

0 commit comments

Comments
 (0)