From 13d250277f204fce7ab675b10e222fbcaf8a1e87 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Mar 2016 10:28:21 +0000 Subject: [PATCH] Disable tests on x86_64. Kernel is broken https://bugzilla.redhat.com/show_bug.cgi?id=1318596 --- libguestfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index fa7f877..2173276 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -867,7 +867,8 @@ popd # https://bugzilla.redhat.com/show_bug.cgi?id=1302071 # https://bugzilla.redhat.com/show_bug.cgi?id=1303147 -%ifnarch %{ix86} %{arm} +# https://bugzilla.redhat.com/show_bug.cgi?id=1318596 +%ifnarch %{arm} %{ix86} x86_64 # Note that the major tests are done after the package has been built. #