summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-11 11:23:00 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-11 11:23:00 +0100
commit83be9a9005d1de8888d9b7e01ec87de4068dd65b (patch)
tree3e9b8aa32ab048201ba409ff4955b8bd2c35a3b5 /firefox.spec
parentRun xpcshell-test in paralell on Wayland (diff)
downloadlibrewolf-fedora-ff-83be9a9005d1de8888d9b7e01ec87de4068dd65b.tar.gz
librewolf-fedora-ff-83be9a9005d1de8888d9b7e01ec87de4068dd65b.tar.bz2
librewolf-fedora-ff-83be9a9005d1de8888d9b7e01ec87de4068dd65b.zip
Temporary disable tests on rahide/arm/i686 due to failures
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 48d51cd..62db459 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -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
bgstack15