aports/testing/kind/skip-version-test.patch
Michał Polański 57f9c77ca8 testing/kind: move from community
Some recent changes broke cluster creation.

> $ kind create cluster
> Creating cluster "kind" ...
>  ✓ Ensuring node image (kindest/node:v1.27.3) 🖼
>  ✗ Preparing nodes 📦
> Deleted nodes: ["kind-control-plane"]
> ERROR: failed to create cluster: could not find a log line that
> matches "Reached target .*Multi-User System.*|detected cgroup v1"
2023-11-21 05:01:05 +01:00

12 lines
297 B
Diff

--- a/pkg/cmd/kind/version/version_test.go
+++ b/pkg/cmd/kind/version/version_test.go
@@ -62,6 +62,8 @@ func TestTruncate(t *testing.T) {
}
func TestVersion(t *testing.T) {
+ t.Skip("only works on prerelease versions")
+
tests := []struct {
name string
gitCommit string