Disable tests that require random feature

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-convert_case-0.6.0-2.el9
Michel Lind 1 year ago
parent 37025026d9
commit b42c917f7c
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -91,7 +91,8 @@ use the "random" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# these tests depend on the `random` feature
%cargo_test -- -- --skip case::Case::PseudoRandom --skip case::Case::Random --skip pattern::Pattern::PseudoRandom
%endif
%changelog

Loading…
Cancel
Save