Skip to content

Commit f8efe59

Browse files
Marc Paquettedsabeti
Marc Paquette
authored andcommitted
Addressing issue with flaky test
1 parent 9526fa7 commit f8efe59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/code.cloudfoundry.org/garden-external-networker/integration/error_handling_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ var _ = Describe("Garden External Networker errors", func() {
6161
"--handle=some-container-handle",
6262
"--configFile=" + fakeConfigFilePath,
6363
}
64-
command.Env = []string{"PATH=/sbin"}
6564

6665
command.Stdin = strings.NewReader(fmt.Sprintf(`{ "pid": %d }`, GinkgoParallelNode()))
6766
})

0 commit comments

Comments
 (0)