Disable tests on arm too.

This commit is contained in:
Richard W.M. Jones 2018-06-20 15:01:25 +01:00
parent 94d9cc4399
commit 1cbf16af3e

View File

@ -54,8 +54,8 @@ make %{?_smp_mflags} all
%check
%ifnarch %{power64}
# Fails on ppc64le with:
%ifnarch %{arm} %{power64}
# Fails on armv7hl and ppc64le with:
# Error: math error
make test
%endif