Skip to content

Commit

Permalink
Skip GitHub API tests due to instability on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig committed Feb 27, 2020
1 parent 6c0472e commit ccaa779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/krew/cmd/internal/fetch_tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import (
)

func Test_fetchLatestTag_GitHubAPI(t *testing.T) {
if testing.Short() {
// TODO(corneliusweig) re-enable this test when travis builds are disabled
t.Skip("skipping GitHub API test")
}
tag, err := FetchLatestTag()
if err != nil {
t.Error(err)
Expand Down

0 comments on commit ccaa779

Please sign in to comment.