Temporary disable tests on rahide/arm/i686 due to failures
This commit is contained in:
parent
de6c1ba588
commit
83be9a9005
@ -4,6 +4,15 @@
|
||||
%global build_with_clang 0
|
||||
%global build_with_asan 0
|
||||
%global run_firefox_tests 1
|
||||
# Temporary disable tests on Rawhide/arm/i686 due to failures
|
||||
%if 0%{?fedora} > 33
|
||||
%ifarch armv7hl
|
||||
%global run_firefox_tests 0
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%global run_firefox_tests 0
|
||||
%endif
|
||||
%endif
|
||||
%global test_offscreen 1
|
||||
%global test_on_wayland 0
|
||||
%global create_debuginfo 1
|
||||
|
Loading…
Reference in New Issue
Block a user