Skip to content

Commit

Permalink
comment out flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsaperstein-lyft committed Nov 14, 2023
1 parent fc40ad9 commit ffe3cf5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integ/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package integ

import (
"context"
"flag"
"fmt"
"os"
"path/filepath"
Expand All @@ -27,10 +26,7 @@ type IntegSuite struct {
var _ = Suite(&IntegSuite{})

func Test(t *testing.T) {
var integration = os.Getenv("INTEGRATION") != ""
if integration {
flag.Parse()
}
// flag.Parse()
TestingT(t)
}

Expand Down

0 comments on commit ffe3cf5

Please sign in to comment.