From 83be9a9005d1de8888d9b7e01ec87de4068dd65b Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 11 Jan 2021 11:23:00 +0100 Subject: Temporary disable tests on rahide/arm/i686 due to failures --- firefox.spec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'firefox.spec') 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 -- cgit