From 675fd67e7d0a0e9118a47a0cc54e5f20ef8a0c8e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 24 Feb 2017 22:40:57 +0000 Subject: [PATCH] Disable power64 tests because of RHBZ#1426796. --- libguestfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index 2a31c6e..645fd91 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -16,7 +16,8 @@ # arm: times out when running the test # aarch64: "MSI is not supported by interrupt controller" (RHBZ#1414081) # i686: constantly broken, so I have disabled it, probably forever -%global test_arches %{power64} x86_64 +# power64: kernel regression (RHBZ#1426796) +%global test_arches x86_64 # Trim older changelog entries. # https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627