Skip to content

Commit 6ddff81

Browse files
Merge pull request #6548 from thaJeztah/improve_TestRemove
e2e/stack: don't run stack deploy "detached"
2 parents 41432ad + 85ac71a commit 6ddff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/stack/remove_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestRemove(t *testing.T) {
2424
func deployFullStack(t *testing.T, stackname string) {
2525
t.Helper()
2626
// TODO: this stack should have full options not minimal options
27-
result := icmd.RunCommand("docker", "stack", "deploy",
27+
result := icmd.RunCommand("docker", "stack", "deploy", "--detach=false",
2828
"--compose-file=./testdata/full-stack.yml", stackname)
2929
result.Assert(t, icmd.Success)
3030

0 commit comments

Comments
 (0)