We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5dfc commit da974b2Copy full SHA for da974b2
tests/test_asyncio/test_search.py
@@ -1025,6 +1025,8 @@ async def test_phonetic_matcher(decoded_r: redis.Redis):
1025
1026
@pytest.mark.redismod
1027
@pytest.mark.onlynoncluster
1028
+# NOTE(imalinovskyi): This test contains hardcoded scores valid only for RediSearch 2.8+
1029
+@skip_ifmodversion_lt("2.8.0", "search")
1030
async def test_scorer(decoded_r: redis.Redis):
1031
await decoded_r.ft().create_index((TextField("description"),))
1032
0 commit comments