We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41432ad + 85ac71a commit 6ddff81Copy full SHA for 6ddff81
1 file changed
e2e/stack/remove_test.go
@@ -24,7 +24,7 @@ func TestRemove(t *testing.T) {
24
func deployFullStack(t *testing.T, stackname string) {
25
t.Helper()
26
// TODO: this stack should have full options not minimal options
27
- result := icmd.RunCommand("docker", "stack", "deploy",
+ result := icmd.RunCommand("docker", "stack", "deploy", "--detach=false",
28
"--compose-file=./testdata/full-stack.yml", stackname)
29
result.Assert(t, icmd.Success)
30
0 commit comments