tests: cleanup comment

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Laura Brehm 2024-12-02 10:50:44 +00:00
parent 30c4637f03
commit 7dab597e6d
No known key found for this signature in database
GPG Key ID: 08EC1B0491948487

View File

@ -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)