From 51bb2fedabca89fe4814102ed0bf985a03b6ec50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 23 Jan 2025 10:18:43 +0100 Subject: [PATCH] tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x Closes #13204 --- tpl/tplimpl/template_funcs_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tpl/tplimpl/template_funcs_test.go b/tpl/tplimpl/template_funcs_test.go index f1ab3d659..2c3cc541a 100644 --- a/tpl/tplimpl/template_funcs_test.go +++ b/tpl/tplimpl/template_funcs_test.go @@ -15,6 +15,7 @@ package tplimpl_test import ( "fmt" + "runtime" "strings" "testing" @@ -24,6 +25,9 @@ import ( ) func TestTemplateFuncsExamples(t *testing.T) { + if runtime.GOARCH == "s390x" { + t.Skip("Skip on s390x, see https://github.com/gohugoio/hugo/issues/13204") + } t.Parallel() files := `