Temporarily disable test suite on s390x and ppc64le
These seem like host related errors, let's wait a bit and see if they are fixed for us Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
5c8060d1bd
commit
658feedf3f
@ -1417,8 +1417,14 @@ chmod +x %{buildroot}%{_libdir}/qemu/*.so
|
||||
perl -i -p -e 's/^(127|267)/# $1/' tests/qemu-iotests/group
|
||||
%endif
|
||||
|
||||
# 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}
|
||||
pushd build-dynamic
|
||||
make check V=1
|
||||
%endif
|
||||
|
||||
# Check the binary runs (see eg RHBZ#998722).
|
||||
b="./x86_64-softmmu/qemu-system-x86_64"
|
||||
|
Loading…
Reference in New Issue
Block a user