diff --git a/tests/constraints/tests.py b/tests/constraints/tests.py index 2df3706995..c437609686 100644 --- a/tests/constraints/tests.py +++ b/tests/constraints/tests.py @@ -1001,6 +1001,7 @@ def test_validate_ordered_expression(self): exclude={"name"}, ) + @skipUnlessDBFeature("supports_partial_indexes") def test_validate_expression_condition(self): constraint = models.UniqueConstraint( Lower("name"),