Skip to content

Commit

Permalink
test: update test cases (milvus-io#36839)
Browse files Browse the repository at this point in the history
pr: milvus-io#36853

Signed-off-by: nico <cheng.yuan@zilliz.com>
  • Loading branch information
NicoYuan1986 authored Oct 16, 2024
1 parent 604e346 commit 40259d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_client/testcases/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -10356,7 +10356,7 @@ def test_search_group_by_unsupported_index(self, index):
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"
Expand Down

0 comments on commit 40259d4

Please sign in to comment.