From 426c8f311485b7f08d1fd50bbed77659301a7cc7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 10 Oct 2016 17:24:58 +0100 Subject: [PATCH] Disable tests on x86_64 because of kernel bug. --- libguestfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index b0996a9..1bfda1f 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -18,7 +18,8 @@ # aarch64: https://bugzilla.redhat.com/show_bug.cgi?id=1382318 # i686: constantly broken, so I have disabled it, probably forever # power64: https://bugzilla.redhat.com/show_bug.cgi?id=1293024 -%global test_arches %{arm} x86_64 +# x86_64: https://bugzilla.redhat.com/show_bug.cgi?id=1383451 +%global test_arches %{arm} %global _hardened_build 1