From 93881c79a85c08faa6eee174ec6fc266db41b3d2 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:14:01 +0800 Subject: [PATCH] [skip ci]Remove useless comments (#7754) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition_20.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index 7531e9d24..260e55177 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -449,7 +449,6 @@ class TestPartitionOperations(TestcaseBase): check_items={ct.err_code: 1, ct.err_msg: "default partition cannot be deleted"}) @pytest.mark.tags(CaseLabel.L1) - # @pytest.mark.parametrize("partition_name", [cf.gen_unique_str(prefix)]) def test_partition_drop_partition_twice(self): """ target: verify drop the same partition twice @@ -475,7 +474,6 @@ class TestPartitionOperations(TestcaseBase): check_items={ct.err_code: 1, ct.err_msg: PartitionErrorMessage.PartitionNotExist}) @pytest.mark.tags(CaseLabel.L2) - # @pytest.mark.parametrize("partition_name", [cf.gen_unique_str(prefix)]) def test_partition_create_and_drop_multi_times(self): """ target: verify create and drop for times -- GitLab