From eccf5c2fdf08602ee4a803da5831d3ccc983da28 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:21:15 +0800 Subject: [PATCH] [skip ci] Adjust case level for search (#12970) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search_20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index 5101cf8794..f45d1f087e 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -1190,7 +1190,7 @@ class TestCollectionSearch(TestcaseBase): "limit": limit_check, "_async": _async}) - @pytest.mark.tags(CaseLabel.L2) + @pytest.mark.tags(CaseLabel.L1) def test_search_load_flush_load(self, nb, nq, dim, auto_id, _async): """ target: test search when load before flush