From db3a28f0a7790daa0728d6015d4f8f39a0b80fc7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 23 Mar 2019 18:09:39 +0000 Subject: [PATCH] Disable full tests on x86_64. Because of RHBZ#1692047 --- nbdkit.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index da9ad63..d1de0a0 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -9,7 +9,8 @@ # On all other architectures, a simpler test suite must pass. This # omits any tests that run full qemu, since running qemu under TCG is # often broken on non-x86_64 arches. -%global complete_test_arches x86_64 +# x86_64 is currently broken in F31 by https://bugzilla.redhat.com/1692047 +%global complete_test_arches NONE # Disable libvirt on riscv64 for now. %ifnarch riscv64