From 3148fa9ef4d56bffc755dceca6edb26ecbfa9692 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:07:14 +0800 Subject: [PATCH] [skip ci]Refine test levels (#12955) Signed-off-by: yanliang567 --- tests/python_client/testcases/entity/test_insert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/entity/test_insert.py b/tests/python_client/testcases/entity/test_insert.py index 27cec4f8d6..8ff3b3fa39 100644 --- a/tests/python_client/testcases/entity/test_insert.py +++ b/tests/python_client/testcases/entity/test_insert.py @@ -276,7 +276,7 @@ class TestInsertBase: # TODO @pytest.mark.timeout(ADD_TIMEOUT) - @pytest.mark.tags(CaseLabel.L0) + @pytest.mark.tags(CaseLabel.L2) def test_insert_twice_ids_no_ids(self, connect, id_collection): """ target: check the result of insert, with params ids and no ids