From edbd8521a51830dae87a7be74f73df381ceb79b0 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 15 Nov 2021 18:59:18 +0800 Subject: [PATCH] [skip ci]Add one todo in test partition (#11823) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition_20.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index e24f01b9ee..4bc768f9ac 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -415,6 +415,8 @@ class TestPartitionOperations(TestcaseBase): check_items={ct.err_code: 1, ct.err_msg: "maximum partition's number should be limit to 4096"}) + # TODO: Try to verify load collection with a large number of partitions. #11651 + @pytest.mark.tags(CaseLabel.L0) def test_partition_drop_default_partition(self): """