Skip a test that hard-codes 64-bit arch-specific type sizes

epel9
Fabio Valentini 2 years ago
parent a08af28fb5
commit 18b094ed90
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -224,7 +224,9 @@ use the "unstable-locales" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test -a
# * skip a test that hard-codes 64-bit arch-specific type sizes:
# https://github.com/chronotope/chrono/issues/1234
%cargo_test -a -- -- --skip format::strftime::tests::test_type_sizes
%endif
%changelog

Loading…
Cancel
Save