Skip tests that fail with serde 1.0.181 and newer

epel9 imports/e9/rust-ron-0.8.0-3.el9
Fabio Valentini 1 year ago
parent 4d853fd5d8
commit 674520cf70
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -92,7 +92,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