We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ac0168 + 76b265a commit b2cc827Copy full SHA for b2cc827
cmd/nerdctl/container/container_attach_linux_test.go
@@ -63,6 +63,8 @@ func prepareContainerToAttach(base *testutil.Base, containerName string) {
63
func TestAttach(t *testing.T) {
64
t.Parallel()
65
66
+ t.Skip("This test is very unstable and currently skipped. See https://github.com/containerd/nerdctl/issues/3558")
67
+
68
skipAttachForDocker(t)
69
70
base := testutil.NewBase(t)
0 commit comments