Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/kind/kind_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const (
// Tests that Docker images are added to the nodes of a KIND cluster with the
// 'AddContainers' method.
func TestAddContainers(t *testing.T) {
// See also https://github.com/kubernetes-sigs/kind/issues/3795#issuecomment-2500048284
t.Skip("Broken in containerd 2: https://github.com/containerd/containerd/issues/11344")
ctx := context.Background()

kind := NewKind(kindTestContext, "kubeconfig", testutils.NewTestLogger(t, ""))
Expand Down
Loading