Skip to content

Commit b2cc827

Browse files
authored
Merge pull request containerd#3559 from apostasie/disable-test-attach
Skip TestAttach until we fix it
2 parents 0ac0168 + 76b265a commit b2cc827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/nerdctl/container/container_attach_linux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ func prepareContainerToAttach(base *testutil.Base, containerName string) {
6363
func TestAttach(t *testing.T) {
6464
t.Parallel()
6565

66+
t.Skip("This test is very unstable and currently skipped. See https://github.com/containerd/nerdctl/issues/3558")
67+
6668
skipAttachForDocker(t)
6769

6870
base := testutil.NewBase(t)

0 commit comments

Comments
 (0)