mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Revert "no parallel in compose_run_build_once_test.go"
This reverts commit e4f4a5aa86.
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
This commit is contained in:
parent
80030e1390
commit
658bff335f
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue