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 346147e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,8 @@ import (
)

func Test_fetchLatestTag_GitHubAPI(t *testing.T) {
// TODO(corneliusweig) re-enable once Travis CI is discontinued
t.Skip("skipping GitHub API test due to instability on travis")
tag, err := FetchLatestTag()
if err != nil {
t.Error(err)
Expand Down

0 comments on commit 346147e

Please sign in to comment.