Disable tests on i686

This commit is contained in:
František Zatloukal 2021-02-23 12:28:00 +01:00
parent b2d14eca2f
commit d10a3db895

View File

@ -73,7 +73,10 @@ the functionality of the installed gjs package.
%meson_install
%check
%{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test}
%ifnarch i686
# One test times out on i686
xvfb-run -s "-screen 0 1600x1200x24" eval "%meson_test"
%endif
%files
%license COPYING