From 8d6d9c66a872b57decd044d386be5c48aeae2ed0 Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Mon, 2 Dec 2024 10:50:44 +0000 Subject: [PATCH] tests: cleanup comment Signed-off-by: Laura Brehm --- e2e/container/attach_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/container/attach_test.go b/e2e/container/attach_test.go index a6c9bc04b534..545d86ed707a 100644 --- a/e2e/container/attach_test.go +++ b/e2e/container/attach_test.go @@ -37,7 +37,6 @@ func TestAttachInterrupt(t *testing.T) { // todo(laurazard): make this test work w/ dind over ssh skip.If(t, strings.Contains(os.Getenv("DOCKER_HOST"), "ssh://")) - // if result := icmd.RunCommand("docker", "run", "-d", fixtures.AlpineImage, "sh", "-c", "trap \"exit 33\" SIGINT; for i in $(seq 100); do sleep 0.1; done; exit 34") result.Assert(t, icmd.Success)