test: update test cases (#36839)

pr: #36853

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2024-10-16 09:55:23 +08:00 committed by GitHub
parent 604e346585
commit 40259d47d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"