Skip to content

Commit

Permalink
test: fix search iter not support nq > 1
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing committed Nov 11, 2024
1 parent 7dbbe42 commit bdcccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_client/testcases/test_full_text_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -2862,7 +2862,7 @@ def test_full_text_search_with_range_search(
assert low <= tmp_distance <= high

@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.parametrize("nq", [2])
@pytest.mark.parametrize("nq", [1])
@pytest.mark.parametrize("empty_percent", [0])
@pytest.mark.parametrize("enable_partition_key", [True])
@pytest.mark.parametrize("enable_inverted_index", [True])
Expand Down

0 comments on commit bdcccf2

Please sign in to comment.