Skip to content

Commit

Permalink
Skip some tests on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 3, 2020
1 parent ae383f0 commit 6a34f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugolib/testhelpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ func printStringIndexes(s string) {
}

func isCI() bool {
return os.Getenv("CI") != ""
return os.Getenv("CI") != "" && os.Getenv("CIRCLE_BRANCH") == ""
}

// See https://github.com/golang/go/issues/19280
Expand Down

0 comments on commit 6a34f88

Please sign in to comment.