We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41432ad commit 85ac71aCopy full SHA for 85ac71a
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