From 6a34f88dcc1ac229247decc008471d7449d6d316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 3 Mar 2020 15:45:13 +0100 Subject: Skip some tests on CircleCI --- hugolib/testhelpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/testhelpers_test.go b/hugolib/testhelpers_test.go index 137dbd701..8ecff189a 100644 --- a/hugolib/testhelpers_test.go +++ b/hugolib/testhelpers_test.go @@ -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 -- cgit v1.2.3