spec: ppc64le tests are still busted, but s390x are working now

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2022-06-06 08:54:56 -04:00
parent 8d6927e8da
commit cb880e77f3
1 changed files with 2 additions and 5 deletions

View File

@ -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