mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -15,6 +15,7 @@ package tplimpl_test
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
@@ -24,6 +25,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestTemplateFuncsExamples(t *testing.T) {
|
func TestTemplateFuncsExamples(t *testing.T) {
|
||||||
|
if runtime.GOARCH == "s390x" {
|
||||||
|
t.Skip("Skip on s390x, see https://github.com/gohugoio/hugo/issues/13204")
|
||||||
|
}
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
files := `
|
files := `
|
||||||
|
Reference in New Issue
Block a user