Skip to content

Commit 7dab597

Browse files
committed
tests: cleanup comment
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
1 parent 30c4637 commit 7dab597

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

e2e/container/attach_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func TestAttachInterrupt(t *testing.T) {
3737
// todo(laurazard): make this test work w/ dind over ssh
3838
skip.If(t, strings.Contains(os.Getenv("DOCKER_HOST"), "ssh://"))
3939

40-
// if
4140
result := icmd.RunCommand("docker", "run", "-d", fixtures.AlpineImage,
4241
"sh", "-c", "trap \"exit 33\" SIGINT; for i in $(seq 100); do sleep 0.1; done; exit 34")
4342
result.Assert(t, icmd.Success)

0 commit comments

Comments
 (0)