Ignore test timeouts on ARM

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-10 21:04:34 +01:00
parent 023cbff3d2
commit de905bcf12
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -52,7 +52,13 @@ EOF
%meson_install
%check
%meson_test
# Timeouts on ARM
%meson_test \
%ifarch %{arm}
|| :
%else
;
%endif
%ldconfig_scriptlets