parent
43307b07f8
commit
51bb2fedab
1 changed files with 4 additions and 0 deletions
|
@ -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 := `
|
||||
|
|
Loading…
Add table
Reference in a new issue