mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove useless code (#8865)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/8891/head
parent
f36ac84e79
commit
7a73f7070d
|
@ -595,7 +595,6 @@ class TestIndexBase:
|
|||
connect.release_collection(collection)
|
||||
connect.load_collection(collection)
|
||||
index = connect.describe_index(collection, "")
|
||||
# assert index == indexs[-1]
|
||||
assert not index # FLAT is the last index_type, drop all indexes in server
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
|
|
Loading…
Reference in New Issue