mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove unused test code (#10596)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/10605/head
parent
7cf52d379e
commit
ee5a4fcde4
|
@ -2926,7 +2926,6 @@ class TestLoadCollection:
|
|||
connect.release_collection(collection)
|
||||
with pytest.raises(Exception):
|
||||
connect.search(collection, **default_single_query)
|
||||
# assert len(res[0]) == 0
|
||||
|
||||
|
||||
class TestReleaseAdvanced:
|
||||
|
|
Loading…
Reference in New Issue