From e2b3eec5031585cbcf741e4f3e59e115b436e5e6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 6 Feb 2016 12:52:23 +0000 Subject: [PATCH] Temporarily disable x86 because kernel is broken there (https://bugzilla.redhat.com/show_bug.cgi?id=1302071) --- qemu-sanity-check.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu-sanity-check.spec b/qemu-sanity-check.spec index 379631b..d79582e 100644 --- a/qemu-sanity-check.spec +++ b/qemu-sanity-check.spec @@ -97,12 +97,16 @@ make %{?_smp_mflags} %check +# Temporarily disable x86 because kernel is broken there +# (https://bugzilla.redhat.com/show_bug.cgi?id=1302071) +%ifnarch %{ix86} %ifarch %{ix86} x86_64 make check || { cat test-suite.log exit 1 } %endif +%endif %install