ignore one harmless test failure on s390x

epel9
Fabio Valentini 4 years ago
parent f79d55d865
commit a4b7642962
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -83,10 +83,20 @@ which use "all" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifarch s390x
# ignore one harmless test failure on s390x
# https://github.com/rust-lang/socket2/issues/216
%cargo_test -- -- --skip sys::in_addr_convertion
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
- Update to version 0.4.0.
- Ignore one harmless test failure on s390x.
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.19-1 * Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.19-1
- Update to version 0.3.19. - Update to version 0.3.19.
- Fixes RHBZ#1908427 - Fixes RHBZ#1908427

Loading…
Cancel
Save