Skip to content

Commit

Permalink
Skip group by 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 Sep 30, 2024
1 parent 3d1655f commit 25ece6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testcases/groupby_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ func TestHybridSearchDifferentGroupByField(t *testing.T) {

// groupBy field not existed
func TestSearchNotExistedGroupByField(t *testing.T) {
t.Skip("https://github.com/milvus-io/milvus-sdk-go/issues/828")
// prepare data
indexHnsw, _ := entity.NewIndexHNSW(entity.L2, 8, 96)
mc, ctx, collName := prepareDataForGroupBySearch(t, 2, 1000, indexHnsw, false)
Expand Down

0 comments on commit 25ece6f

Please sign in to comment.