From dd5c7091925c763a5af1494c9965ddfc2b46b115 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 27 Jul 2023 20:51:35 +0200 Subject: [PATCH] Skip a test that hardcodes a check against the system xxhash version --- rust-xxhash-c-sys.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-xxhash-c-sys.spec b/rust-xxhash-c-sys.spec index 7899fa0..2bbd2ea 100644 --- a/rust-xxhash-c-sys.spec +++ b/rust-xxhash-c-sys.spec @@ -75,7 +75,8 @@ echo 'pkgconfig(libxxhash) >= 0.8.1' %if %{with check} %check -%cargo_test +# * skip a test that hardcodes a check against the system xxhash version +%cargo_test -- -- --skip assert_version %endif %changelog