Skip update test in CI.

This commit is contained in:
2022-02-10 14:39:38 +00:00
parent aec1e45e03
commit 960207e467
3 changed files with 17 additions and 3 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