Skip a test that fails with Rust 1.60+

epel9
Fabio Valentini 3 years ago
parent aaca864b18
commit a5de58b5f2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -67,7 +67,9 @@ use "the default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip a test that fails with Rust 1.60+, upstream commit:
# https://github.com/dtolnay/no-panic/commit/fce1081
%cargo_test -- -- --skip no_panic::test_self_in_vec
%endif %endif
%changelog %changelog

Loading…
Cancel
Save