summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/constraints/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/constraints/tests.py b/tests/constraints/tests.py
index e1b95baf60..55df5975de 100644
--- a/tests/constraints/tests.py
+++ b/tests/constraints/tests.py
@@ -995,6 +995,7 @@ class UniqueConstraintTests(TestCase):
exclude={"name"},
)
+ @skipUnlessDBFeature("supports_table_check_constraints")
def test_validate_nullable_textfield_with_isnull_true(self):
is_null_constraint = models.UniqueConstraint(
"price",