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): """