mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
test: update test cases (#36839)
pr: #36853 Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
604e346585
commit
40259d47d1
@ -10356,7 +10356,7 @@ class TestSearchGroupBy(TestcaseBase):
|
||||
3. search with group by
|
||||
verify: the error code and msg
|
||||
"""
|
||||
if index in ["HNSW", "IVF_FLAT", "FLAT", "IVF_SQ8"]:
|
||||
if index in ["HNSW", "IVF_FLAT", "FLAT", "IVF_SQ8", "DISKANN"]:
|
||||
pass # Only HNSW and IVF_FLAT are supported
|
||||
else:
|
||||
metric = "L2"
|
||||
|
Loading…
Reference in New Issue
Block a user