From df6e0b7a2c8d1bcf8cf89c29171dc850384cae2e Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:55:32 +0800 Subject: [PATCH] Skip a test for issue 27462 (#27551) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/testcases/test_search.py b/tests/python_client/testcases/test_search.py index 012d9bfabe..1f5de756b3 100644 --- a/tests/python_client/testcases/test_search.py +++ b/tests/python_client/testcases/test_search.py @@ -3296,6 +3296,7 @@ class TestCollectionSearch(TestcaseBase): "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]))