Skip to content

Commit ae517ef

Browse files
committed
add skip for partial index support
1 parent 3f00df5 commit ae517ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/constraints/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ def test_validate_ordered_expression(self):
10011001
exclude={"name"},
10021002
)
10031003

1004+
@skipUnlessDBFeature("supports_partial_indexes")
10041005
def test_validate_expression_condition(self):
10051006
constraint = models.UniqueConstraint(
10061007
Lower("name"),

0 commit comments

Comments
 (0)