Skip to content

Commit

Permalink
Do not use vendor during integration tests (#19839) (#19845)
Browse files Browse the repository at this point in the history
(cherry picked from commit 875ab8c)
  • Loading branch information
kvch authored Jul 13, 2020
1 parent 80f34a7 commit a35196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/integtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func initRunner(tester IntegrationTester, dir string, passInEnv map[string]strin
// Create the custom env for the runner.
env := map[string]string{
insideIntegrationTestEnvVar: "true",
"GOFLAGS": "-mod=vendor",
"GOFLAGS": "-mod=readonly",
}
for name, value := range passInEnv {
env[name] = value
Expand Down

0 comments on commit a35196b

Please sign in to comment.