Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit fbe1ebc

Browse files
committed
Fix test name and avoid project name collision between parallel tests,
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent ac5c422 commit fbe1ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/e2e/compose/cascade_stop_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
func TestCascadeStop(t *testing.T) {
2828
c := NewParallelE2eCLI(t, binDir)
2929

30-
const projectName = "compose-e2e-logs"
30+
const projectName = "e2e-cascade-stop"
3131

3232
t.Run("abort-on-container-exit", func(t *testing.T) {
3333
res := c.RunDockerOrExitError("compose", "-f", "./fixtures/cascade-stop-test/compose.yaml", "--project-name", projectName, "up", "--abort-on-container-exit")

0 commit comments

Comments
 (0)