mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Remove unused code (#11811)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
2d0d046f8c
commit
5a948da933
@ -834,7 +834,6 @@ class TestIndexBase:
|
||||
method: create collection and add entities in it, create index, call drop index
|
||||
expected: return code 0, and default index param
|
||||
"""
|
||||
# result = connect.insert(collection, entities)
|
||||
connect.create_index(collection, field_name, get_simple_index)
|
||||
connect.drop_index(collection, field_name)
|
||||
index = connect.describe_index(collection, "")
|
||||
|
Loading…
Reference in New Issue
Block a user