Temporarily ignore test failures on s390x due to endianness problems

epel10
Fabio Valentini 3 years ago
parent 3bb1f3c3fa
commit 882893c862
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -325,8 +325,14 @@ echo 'python3-devel >= 3.6'
# unit tests require an UTF-8 locale
export LANG=C.utf8
# unit tests require the "auto-initialize" feature
%ifarch s390x
# FIXME: skip endianness-specific tests that fail / segfault on s390x
# https://github.com/PyO3/pyo3/issues/1824
%cargo_test -f auto-initialize -- -- --skip ffi::cpython::unicodeobject::tests --skip types::string::tests::test_string_data_ucs
%else
%cargo_test -f auto-initialize
%endif
%endif
%changelog
%autochangelog

Loading…
Cancel
Save