mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
11 lines
297 B
Diff
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
|