Skip to content

Commit

Permalink
Skip a test for issue 27462 (#27551)
Browse files Browse the repository at this point in the history
Signed-off-by: yanliang567 <[email protected]>
  • Loading branch information
yanliang567 authored Oct 9, 2023
1 parent eca79d1 commit df6e0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python_client/testcases/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -3296,6 +3296,7 @@ def test_search_with_output_fields(self, nb, nq, dim, auto_id, _async):
"output_fields": output_fields})

@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.skip(reason="issue #27462")
@pytest.mark.parametrize("index, params",
zip(ct.all_index_types[:7],
ct.default_index_params[:7]))
Expand Down

0 comments on commit df6e0b7

Please sign in to comment.