Skip a test that hardcodes a check against the system xxhash version

epel9
Fabio Valentini 2 years ago
parent 2e1c894046
commit dd5c709192
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -75,7 +75,8 @@ echo 'pkgconfig(libxxhash) >= 0.8.1'
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip a test that hardcodes a check against the system xxhash version
%cargo_test -- -- --skip assert_version
%endif %endif
%changelog %changelog

Loading…
Cancel
Save