Ignore test failures caused by struct / enum size changes in Rust 1.64+

epel9 imports/e9/rust-tendril-0.4.3-3.el9
Fabio Valentini 2 years ago
parent 9fff9777f8
commit 6b4629f2b4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -101,7 +101,9 @@ use the "encoding_rs" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip test for exact size of a struct / enum that fails with Rust 1.64+:
# https://github.com/servo/tendril/issues/66
%cargo_test -- -- --skip assert_sizes
%endif %endif
%changelog %changelog

Loading…
Cancel
Save