mirror of https://github.com/docker/compose.git
test: do not run watch e2e tests in parallel
This isn't playing nicely with the GHA CI runner. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
d48f28c72c
commit
ddceb1ac9d
|
@ -68,7 +68,7 @@ func doTest(t *testing.T, svcName string) {
|
|||
"COMPOSE_PROJECT_NAME=" + projName,
|
||||
}
|
||||
|
||||
cli := NewParallelCLI(t, WithEnv(env...))
|
||||
cli := NewCLI(t, WithEnv(env...))
|
||||
|
||||
cleanup := func() {
|
||||
cli.RunDockerComposeCmd(t, "down", svcName, "--timeout=0", "--remove-orphans", "--volumes")
|
||||
|
|
Loading…
Reference in New Issue