1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/community/kind/skip-version-test.patch
2024-10-19 00:20:24 +02:00

11 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