From ab2385147c30b8c77636e8c6208a258b76e09fce Mon Sep 17 00:00:00 2001 From: neza2017 Date: Fri, 26 Mar 2021 15:14:32 +0800 Subject: [PATCH] Test_search_with_invalid_params Signed-off-by: neza2017 --- tests/python_test/entity/test_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_test/entity/test_search.py b/tests/python_test/entity/test_search.py index 928caece08..629ef86ac1 100644 --- a/tests/python_test/entity/test_search.py +++ b/tests/python_test/entity/test_search.py @@ -1775,7 +1775,7 @@ class TestSearchInvalid(object): # #1463 @pytest.mark.level(2) - @pytest.mark.tags("fail") + @pytest.mark.tags(CaseLabel.tags_0331) def test_search_with_invalid_params(self, connect, collection, get_simple_index, get_search_params): ''' target: test search function, with the wrong nprobe