Skip tests that fail with serde 1.0.181 and newer

epel9 imports/e9/rust-ron0.7-0.7.1-3.el9
Fabio Valentini 1 year ago
parent 6689a4bd60
commit 238d68ec0f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -81,7 +81,9 @@ rm tests/152_bitflags.rs
%if %{with check}
%check
%cargo_test
# * skip tests that fail with serde 1.0.181 and newer:
# https://github.com/ron-rs/ron/pull/471
%cargo_test -- -- --skip test_adjacently
%endif
%changelog

Loading…
Cancel
Save