From bb85b22f22650b2f6c697abeaadd4108a74f77cb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 26 Jan 2016 20:54:54 +0000 Subject: [PATCH] Disable quickcheck on i686 because of RHBZ#1302071 --- libguestfs.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguestfs.spec b/libguestfs.spec index d5674f1..9261103 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -856,6 +856,9 @@ popd %check +# https://bugzilla.redhat.com/show_bug.cgi?id=1302071 +%ifnarch %{ix86} + # Note that the major tests are done after the package has been built. # # Here we only do a sanity check that kernel/qemu/libvirt/appliance is @@ -873,6 +876,8 @@ if ! make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 1200"; then exit 1 fi +%endif + %install # This file is creeping over 1 MB uncompressed, and since it is