From f5087f852134631c55d5ee7ba59a766dbadc561e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Sep 2015 23:04:41 +0100 Subject: [PATCH] Disable tests on x86 because of RHBZ#1258223 --- libguestfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index 5f48162..bd429c6 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -6,7 +6,8 @@ %else # Disabled on armv7 because they take nearly 24 hours to run. # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742. -%ifnarch %{arm} ppc %{power64} +# Disabled on x86, because of RHBZ#1258223 +%ifnarch %{arm} %{ix86} ppc %{power64} %global runtests 1 %else %global runtests 0