Skip to content

Commit

Permalink
Skip self-upgrade tests
Browse files Browse the repository at this point in the history
TODO: #150
  • Loading branch information
tyru committed Dec 31, 2017
1 parent 2f7a2f0 commit ff30715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/self_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TestVoltSelfUpgrade(t *testing.T) {
if runtime.Version() != "go1.9" {
if os.Getenv("DO_TEST_SELF_UPGRADE") == "" {
t.Skip("skip tests of self-upgrade due to rate limit of GitHub API")
}
// Calling subtests serially to control execution order.
Expand Down

0 comments on commit ff30715

Please sign in to comment.