From d636452cbacce435fb4cd83f0c8016757c1d6a2c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 30 Jun 2021 10:48:51 -0400 Subject: [PATCH] spec: Drop test skippage on power64, it's working again Signed-off-by: Cole Robinson --- qemu.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index c0520ca..88e0e5b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1701,8 +1701,7 @@ 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 -# 2021-06: ppc64le test suite hanging -%ifnarch s390x %{power64} +%ifnarch s390x make check V=1 %endif