para: Skip para test when not on CI

Fixes #6963
This commit is contained in:
Bjørn Erik Pedersen
2020-12-23 19:47:20 +01:00
parent f802bb236a
commit a9718f44cd
9 changed files with 21 additions and 13 deletions

View File

@@ -1032,10 +1032,6 @@ func printStringIndexes(s string) {
}
}
func isCI() bool {
return (os.Getenv("CI") != "" || os.Getenv("CI_LOCAL") != "") && os.Getenv("CIRCLE_BRANCH") == ""
}
// See https://github.com/golang/go/issues/19280
// Not in use.
var parallelEnabled = true