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 357e17e commit 3566461Copy full SHA for 3566461
tests/unit/test_query_types.py
@@ -333,6 +333,7 @@ def test_text_query_with_string_filter():
333
assert "AND" not in query_string_wildcard
334
335
336
+@pytest.mark.skip("Test is flaking")
337
def test_text_query_word_weights():
338
# verify word weights get added into the raw Redis query syntax
339
query = TextQuery(
0 commit comments