We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4637 commit 7dab597Copy full SHA for 7dab597
1 file changed
e2e/container/attach_test.go
@@ -37,7 +37,6 @@ func TestAttachInterrupt(t *testing.T) {
37
// todo(laurazard): make this test work w/ dind over ssh
38
skip.If(t, strings.Contains(os.Getenv("DOCKER_HOST"), "ssh://"))
39
40
- // if
41
result := icmd.RunCommand("docker", "run", "-d", fixtures.AlpineImage,
42
"sh", "-c", "trap \"exit 33\" SIGINT; for i in $(seq 100); do sleep 0.1; done; exit 34")
43
result.Assert(t, icmd.Success)
0 commit comments