From f4c1719ae12b251b9c11a5f22c8876df960e2960 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jun 30 2021 22:53:18 +0000 Subject: spec: Re-disable tests for power64, still intermittently hanging Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index 300e75b..47b783e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1701,7 +1701,8 @@ echo "Testing %{name}-build" # 2021-06: s390x tests randomly failing with 'Broken pipe' errors # dhorak couldn't reproduce locally on an s390x machine so guessed # it's a resource issue -%ifnarch s390x +# 2021-07: ppc64le intermittently hanging +%ifnarch s390x %{power64} make check V=1 %endif