From 76b265af9eeba1476731c81078dec9edb9e4683b Mon Sep 17 00:00:00 2001 From: apostasie Date: Wed, 16 Oct 2024 16:10:04 -0700 Subject: [PATCH] Skip TestAttach until we fix it Signed-off-by: apostasie --- cmd/nerdctl/container/container_attach_linux_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/nerdctl/container/container_attach_linux_test.go b/cmd/nerdctl/container/container_attach_linux_test.go index 71a74eae59e..cdd4e689981 100644 --- a/cmd/nerdctl/container/container_attach_linux_test.go +++ b/cmd/nerdctl/container/container_attach_linux_test.go @@ -63,6 +63,8 @@ func prepareContainerToAttach(base *testutil.Base, containerName string) { func TestAttach(t *testing.T) { t.Parallel() + t.Skip("This test is very unstable and currently skipped. See https://github.com/containerd/nerdctl/issues/3558") + skipAttachForDocker(t) base := testutil.NewBase(t)