From b9cfe2123485b28a00be77c8fc54e7653a48c00b Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Wed, 15 Sep 2021 10:49:48 +0800 Subject: [PATCH] [skip ci] Remove useless test code (#7940) Signed-off-by: Binbin Lv --- 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 b67fc48abb..d821a9778c 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -667,7 +667,6 @@ class TestPartitionOperations(TestcaseBase): partition_w.release() @pytest.mark.tags(CaseLabel.L1) - # @pytest.mark.parametrize("partition_name, data", [(ct.default_partition_name, cf.gen_default_dataframe_data())]) def test_partition_insert_default_partition(self): """ target: verify insert data into _default partition