From b42c917f7c81e9a16237fab3cb9ef4a198b5ae09 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Fri, 15 Dec 2023 13:57:42 -0600 Subject: [PATCH] Disable tests that require random feature Signed-off-by: Michel Lind --- rust-convert_case.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-convert_case.spec b/rust-convert_case.spec index c5898b5..a0e7d69 100644 --- a/rust-convert_case.spec +++ b/rust-convert_case.spec @@ -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