Skip to content

Commit 875ab8c

Browse files
authored
Do not use vendor during integration tests (elastic#19839)
1 parent 84d75e5 commit 875ab8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-tools/mage/integtest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func initRunner(tester IntegrationTester, dir string, passInEnv map[string]strin
236236
// Create the custom env for the runner.
237237
env := map[string]string{
238238
insideIntegrationTestEnvVar: "true",
239-
"GOFLAGS": "-mod=vendor",
239+
"GOFLAGS": "-mod=readonly",
240240
}
241241
for name, value := range passInEnv {
242242
env[name] = value

0 commit comments

Comments
 (0)