Skip update test in CI.

This commit is contained in:
2022-02-10 14:39:38 +00:00
parent aec1e45e03
commit 53c059c091
2 changed files with 11 additions and 2 deletions
+3
View File
@@ -26,6 +26,9 @@ func Test_checkLatestRelease(t *testing.T) {
}
func Test_updatePackage(t *testing.T) {
if testing.Short() {
t.Skip("Skipping test in short / CI mode")
}
tests := []struct {
name string
want bool