mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add one TODO in search test (#10870)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/10936/head
parent
db26127da5
commit
538915195a
|
@ -503,6 +503,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
|||
|
||||
insert_res, _ = collection_w.insert(data)
|
||||
|
||||
# TODO: remove sleep with search grantee_timestamp when issue #10101 fixed
|
||||
sleep(1)
|
||||
|
||||
collection_w.search(vectors[:default_nq], default_search_field, default_search_params,
|
||||
|
|
Loading…
Reference in New Issue