Skip to content

Commit

Permalink
Skip ef hnsw case
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Nov 7, 2024
1 parent 4fba3e2 commit 5ff1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcases/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ func TestSearchInvalidSearchParams(t *testing.T) {

// search with index hnsw search param ef < topK -> error
func TestSearchEfHnsw(t *testing.T) {
// t.Skip("error message update unexpected")
t.Skip("error message update unexpected")
ctx := createContext(t, time.Second*common.DefaultTimeout*2)
// connect
mc := createMilvusClient(ctx, t)
Expand Down

0 comments on commit 5ff1e86

Please sign in to comment.