Disable resources/page test, as if fails on ppc64le

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2022-08-29 12:31:41 -05:00
parent 0d396f88e9
commit 15dbf3c44e
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ install -Dp man/* -t %{buildroot}%{_mandir}/man1
# langs/i18n: Patched gohugoio/go-i18n/ back to nicksnyder/go-i18n.
# metrics: produces wrong quote.
# minifiers: produces wrong quote.
%gocheck -d releaser -d tpl/time -d common/text -d deploy -d hugolib -d markup/goldmark/codeblocks -d markup/goldmark -d langs/i18n -d metrics -d minifiers
# resources/page: fails on ppc64le
%gocheck -d releaser -d tpl/time -d common/text -d deploy -d hugolib -d markup/goldmark/codeblocks -d markup/goldmark -d langs/i18n -d metrics -d minifiers -d resources/page
%endif