diff options
| -rw-r--r-- | tests/constraints/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/constraints/tests.py b/tests/constraints/tests.py index 8578aa85d5..72d248f435 100644 --- a/tests/constraints/tests.py +++ b/tests/constraints/tests.py @@ -779,6 +779,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", |
