spec: Update test skip comment

s390x and ppc64le tests are still busted. I think s390x is koji
build OS related, so maybe a rebase to new fedora will fix it.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2021-10-08 14:15:18 -04:00
parent 7be05bc02d
commit 9182556bd5
1 changed files with 2 additions and 2 deletions

View File

@ -1732,10 +1732,10 @@ rm -rf %{static_buildroot}
pushd %{qemu_kvm_build}
echo "Testing %{name}-build"
# 2021-06: s390x tests randomly failing with 'Broken pipe' errors
# 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-07: ppc64le intermittently hanging
# 2021-09: ppc64le intermittently hanging with no discernable pattern
%ifnarch s390x %{power64}
%make_build check
%endif