mirror of
https://github.com/docker/compose.git
synced 2025-11-03 21:25:21 +01:00
no parallel in compose_run_build_once_test.go
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com> (cherry picked from commit 80030e1390b7e35e8e1c06f206366e68b9211183) Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
141921e72b
commit
739ae1b773
@ -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 := NewParallelCLI(t)
|
||||
c := NewCLI(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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user