[skip ci] Remove useless test code (#8457)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8463/head
binbin 2021-09-24 12:06:02 +08:00 committed by GitHub
parent 5ee7212bd8
commit 87afb9d794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -602,8 +602,6 @@ class TestPartitionOperations(TestcaseBase):
check_items={ct.err_code: 1, ct.err_msg: "can't find collection"})
@pytest.mark.tags(CaseLabel.L1)
# @pytest.mark.parametrize("partition_name, search_vectors",
# [(cf.gen_unique_str(prefix), cf.gen_vectors(1, ct.default_dim))])
def test_partition_release_after_collection_released(self):
"""
target: verify release a partition after the collection released