Răsfoiți Sursa

Revert "no parallel in compose_run_build_once_test.go"

This reverts commit e4f4a5aa86002b9f1f404c4d93dba5212c29c58f.

Signed-off-by: Suleiman Dibirov <[email protected]>
(cherry picked from commit 658bff335fbc6281952b2efa69255d3aab972158)
Signed-off-by: Guillaume Lours <[email protected]>
Suleiman Dibirov 2 luni în urmă
părinte
comite
670a181f77
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      pkg/e2e/compose_run_build_once_test.go

+ 1 - 1
pkg/e2e/compose_run_build_once_test.go

@@ -29,7 +29,7 @@ import (
 // This addresses a bug where dependencies were built twice: once in startDependencies
 // and once in ensureImagesExists.
 func TestRunBuildOnce(t *testing.T) {
-	c := NewCLI(t)
+	c := NewParallelCLI(t)
 
 	t.Run("dependency with pull_policy build is built only once", func(t *testing.T) {
 		res := c.RunDockerComposeCmd(t, "-f", "./fixtures/run-test/build-once.yaml", "down", "--rmi", "local", "--remove-orphans")