From de905bcf12a19a34324fc879cfd1df403de9a0d5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 10 Feb 2018 21:04:34 +0100 Subject: [PATCH] Ignore test timeouts on ARM Signed-off-by: Igor Gnatenko --- http-parser.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/http-parser.spec b/http-parser.spec index 4febcc2..87b7c63 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -52,7 +52,13 @@ EOF %meson_install %check -%meson_test +# Timeouts on ARM +%meson_test \ + %ifarch %{arm} + || : + %else + ; + %endif %ldconfig_scriptlets