[skip ci] Remove unused commented code (#13362)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-12-14 18:37:10 +08:00 committed by GitHub
parent 979b09a327
commit aedb6801e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -709,8 +709,6 @@ class TestConnectionOperation(TestcaseBase):
self.connection_wrap.list_connections(check_task=ct.CheckTasks.ccr, check_items={ct.list_content: list_content})
@pytest.mark.tags(ct.CaseLabel.L1)
# @pytest.mark.parametrize("collection_name, schema", [(cf.gen_unique_str('connection_test_'),
# cf.gen_default_collection_schema())])
def test_connection_init_collection_invalid_connection(self):
"""
target: create collection with invalid connection
@ -727,8 +725,6 @@ class TestConnectionOperation(TestcaseBase):
_using=ct.Not_Exist)
@pytest.mark.tags(ct.CaseLabel.L1)
# @pytest.mark.parametrize("collection_name, schema", [(cf.gen_unique_str('connection_test_'),
# cf.gen_default_collection_schema())])
def test_connection_init_collection_connection(self, host, port):
"""
target: create collection then disconnection