Skip to content

Commit ddceb1a

Browse files
committed
test: do not run watch e2e tests in parallel
This isn't playing nicely with the GHA CI runner. Signed-off-by: Milas Bowman <[email protected]>
1 parent d48f28c commit ddceb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/e2e/watch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func doTest(t *testing.T, svcName string) {
6868
"COMPOSE_PROJECT_NAME=" + projName,
6969
}
7070

71-
cli := NewParallelCLI(t, WithEnv(env...))
71+
cli := NewCLI(t, WithEnv(env...))
7272

7373
cleanup := func() {
7474
cli.RunDockerComposeCmd(t, "down", svcName, "--timeout=0", "--remove-orphans", "--volumes")

0 commit comments

Comments
 (0)