Skip to content

Commit

Permalink
Revert "Fix coverage CI error (#2150)"
Browse files Browse the repository at this point in the history
This reverts commit 734cd4f.
  • Loading branch information
ykadowak committed Nov 30, 2023
1 parent ca8d337 commit d8a5821
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/performance/max_vector_dim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package performance
import (
"bufio"
"context"
"flag"
"os"
"strconv"
"sync"
Expand All @@ -29,7 +28,6 @@ import (
"github.com/vdaas/vald/internal/core/algorithm/ngt"
"github.com/vdaas/vald/internal/errgroup"
"github.com/vdaas/vald/internal/errors"
"github.com/vdaas/vald/internal/log"
"github.com/vdaas/vald/internal/safety"
"github.com/vdaas/vald/internal/strings"
"github.com/vdaas/vald/internal/test/data/vector"
Expand Down Expand Up @@ -81,15 +79,6 @@ func parse(raw string) (key string, value int) {
return keyValue[0], val
}

func TestMain(m *testing.M) {
flag.Parse()
if testing.Short() {
log.Info("skipping this pkg test when -short because it takes a long time")
os.Exit(0)
}
os.Exit(m.Run())
}

// Test for investigation of max dimension size for agent handler
func TestMaxDimInsert(t *testing.T) {
t.Helper()
Expand Down

0 comments on commit d8a5821

Please sign in to comment.