diff --git a/rust-no-panic.spec b/rust-no-panic.spec index 1a59277..8f10650 100644 --- a/rust-no-panic.spec +++ b/rust-no-panic.spec @@ -67,7 +67,9 @@ use "the default" feature of the "%{crate}" crate. %if %{with 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 %changelog