diff --git a/src/runtime/containerd-shim-v2/stream_test.go b/src/runtime/containerd-shim-v2/stream_test.go index d944c81fc..a973f218f 100644 --- a/src/runtime/containerd-shim-v2/stream_test.go +++ b/src/runtime/containerd-shim-v2/stream_test.go @@ -91,6 +91,8 @@ func TestNewTtyIOFifoReopen(t *testing.T) { } func TestIoCopy(t *testing.T) { + t.Skip("TestIoCopy is failing randonly, see https://github.com/kata-containers/kata-containers/issues/2042") + assert := assert.New(t) ctx := context.TODO()