[skip ci]Add one todo in test partition (#11823)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/11835/head
yanliang567 2021-11-15 18:59:18 +08:00 committed by GitHub
parent 4edbab35d2
commit edbd8521a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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