From ef4a002e4c239d6dd3e63b50dd8b99f632498b63 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:30:05 +0800 Subject: [PATCH] [skip ci]Remove useless commets (#7657) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition_20.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index 028191c11d..7531e9d24a 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -360,7 +360,6 @@ class TestPartitionOperations(TestcaseBase): check_items={ct.err_code: 1, ct.err_msg: "can't find collection"}) @pytest.mark.tags(CaseLabel.L2) - # @pytest.mark.parametrize("partition_name", [cf.gen_unique_str(prefix)]) def test_partition_same_name_in_diff_collections(self): """ target: verify create partitions with same name in diff collections