Skip to content

Commit 3b6ef3a

Browse files
committed
Oops missed one
1 parent 7210aae commit 3b6ef3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_hybrid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def hash_preprocess(item: dict) -> dict:
116116

117117
@pytest.mark.skipif(not REDIS_HYBRID_AVAILABLE, reason=SKIP_REASON)
118118
def test_hybrid_query(index):
119+
skip_if_redis_version_below(index.client, "8.4.0")
120+
119121
text = "a medical professional with expertise in lung cancer"
120122
text_field = "description"
121123
vector = [0.1, 0.1, 0.5]

0 commit comments

Comments
 (0)