Skip to content

Commit 80030e1

Browse files
idsulikglours
authored andcommitted
no parallel in compose_run_build_once_test.go
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent 6a35be5 commit 80030e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/e2e/compose_run_build_once_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
// This addresses a bug where dependencies were built twice: once in startDependencies
3030
// and once in ensureImagesExists.
3131
func TestRunBuildOnce(t *testing.T) {
32-
c := NewParallelCLI(t)
32+
c := NewCLI(t)
3333

3434
t.Run("dependency with pull_policy build is built only once", func(t *testing.T) {
3535
res := c.RunDockerComposeCmd(t, "-f", "./fixtures/run-test/build-once.yaml", "down", "--rmi", "local", "--remove-orphans")

0 commit comments

Comments
 (0)