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:
Milas Bowman 2023-07-18 18:54:23 -04:00
parent d48f28c72c
commit ddceb1ac9d
1 changed files with 1 additions and 1 deletions

View File

@ -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")