spec: Drop test skippage on power64, it's working again

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2021-06-30 10:48:51 -04:00
parent 4a2d9a4c52
commit d636452cba
1 changed files with 1 additions and 2 deletions

View File

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