mirror of https://github.com/milvus-io/milvus.git
[skip ci]Remove useless commets (#7657)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/7720/head
parent
e8b061cc3e
commit
ef4a002e4c
|
@ -360,7 +360,6 @@ class TestPartitionOperations(TestcaseBase):
|
|||
check_items={ct.err_code: 1, ct.err_msg: "can't find collection"})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
# @pytest.mark.parametrize("partition_name", [cf.gen_unique_str(prefix)])
|
||||
def test_partition_same_name_in_diff_collections(self):
|
||||
"""
|
||||
target: verify create partitions with same name in diff collections
|
||||
|
|
Loading…
Reference in New Issue