We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72260d6 + 36625ed commit f0bf4fcCopy full SHA for f0bf4fc
pkg/e2e/build_test.go
@@ -257,15 +257,15 @@ func TestBuildImageDependencies(t *testing.T) {
257
}
258
259
t.Run("ClassicBuilder", func(t *testing.T) {
260
- cli := NewParallelCLI(t, WithEnv(
+ cli := NewCLI(t, WithEnv(
261
"DOCKER_BUILDKIT=0",
262
"COMPOSE_FILE=./fixtures/build-dependencies/compose.yaml",
263
))
264
doTest(t, cli)
265
})
266
267
t.Run("BuildKit", func(t *testing.T) {
268
269
"DOCKER_BUILDKIT=1",
270
271
0 commit comments