diff --git a/rust-ron.spec b/rust-ron.spec index 74aca20..6bfa1c2 100644 --- a/rust-ron.spec +++ b/rust-ron.spec @@ -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