Skip to content

Commit

Permalink
Skip nullable textfield constraint test
Browse files Browse the repository at this point in the history
  • Loading branch information
dauinsight committed Oct 25, 2023
1 parent 6fac90c commit 772f41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 772f41b

Please sign in to comment.