summaryrefslogtreecommitdiffstats
path: root/hugolib/image_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/image_test.go')
-rw-r--r--hugolib/image_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/image_test.go b/hugolib/image_test.go
index 9f0967414..1d1520460 100644
--- a/hugolib/image_test.go
+++ b/hugolib/image_test.go
@@ -147,7 +147,7 @@ IMG SHORTCODE: /images/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_129x239_r
}
err = b.BuildE(BuildCfg{})
- if runtime.GOOS != "windows" && !strings.Contains(runtime.GOARCH, "arm") {
+ if runtime.GOOS != "windows" && !strings.Contains(runtime.GOARCH, "arm") && !htesting.IsGitHubAction() {
// TODO(bep)
c.Assert(err, qt.Not(qt.IsNil))
}