Skip to content

Commit 7c85122

Browse files
skips test if redis version not new enough
1 parent 0518dc4 commit 7c85122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_aggregation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,5 @@ def test_multivector_query_datatypes(index):
582582

583583

584584
def test_multivector_query_broadcasting(index):
585+
skip_if_redis_version_below(index.client, "7.2.0")
585586
pass

0 commit comments

Comments
 (0)