[skip ci]Remove useless comments and code (#9671)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-10-11 19:34:56 +08:00 committed by GitHub
parent 2f6ca1a6a4
commit bb717c9bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2991,7 +2991,6 @@ class TestReleaseAdvanced:
connect.release_collection(collection)
with pytest.raises(Exception):
res = connect.search(collection, **default_single_query)
# assert len(res[0]) == 0
def _test_release_collection_during_indexing(self, connect, collection):
"""