Skip to content

Commit 8d6d9c6

Browse files
committed
tests: cleanup comment
Signed-off-by: Laura Brehm <[email protected]>
1 parent 14d3188 commit 8d6d9c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)