From cb880e77f3841f0965809e9a506d9ec5c19e0d5b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jun 06 2022 12:55:24 +0000 Subject: spec: ppc64le tests are still busted, but s390x are working now Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index 299e74d..5d597ea 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1838,11 +1838,8 @@ rm -rf %{static_buildroot} pushd %{qemu_kvm_build} echo "Testing %{name}-build" -# 2021-09: s390x tests randomly failing with 'Broken pipe' errors -# dhorak couldn't reproduce locally on an s390x machine so guessed -# it's a resource issue -# 2021-09: ppc64le intermittently hanging with no discernable pattern -%ifnarch s390x %{power64} +# 2022-06: ppc64le random qtest segfaults with no discernable pattern +%ifnarch %{power64} %make_build check %endif