diff --git a/tests/python_client/testcases/test_e2e.py b/tests/python_client/testcases/test_e2e.py index f9180e49fab4f8889746d94f50ca149de0edf18c..a85f4be2d04b2e4826d99bfb86742af383ebbab4 100644 --- a/tests/python_client/testcases/test_e2e.py +++ b/tests/python_client/testcases/test_e2e.py @@ -12,7 +12,7 @@ prefix = "e2e_" class TestE2e(TestcaseBase): """ Test case of end to end""" - @pytest.mark.tags(CaseLabel.L2) + @pytest.mark.tags(CaseLabel.L1) def test_milvus_default(self): # create name = cf.gen_unique_str(prefix)