diff --git a/container_test.go b/container_test.go index d78650efe..a285ef4f5 100644 --- a/container_test.go +++ b/container_test.go @@ -292,7 +292,6 @@ func TestContainerExec(t *testing.T) { status, err := process.Wait(ctx) if err != nil { t.Error(err) - return } processStatusC <- status }()