Skip one doctest that fails depending on Rust version and architecture

epel10
Fabio Valentini 4 months ago
parent 4919395fce
commit 5699779827
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -423,8 +423,10 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate.
%if %{with check}
%check
# * integration tests can only be run in-tree
# * skip one doctest that fails depending on Rust version and architecture:
# https://github.com/rust-lang/regex/issues/1230
%cargo_test -- --lib
%cargo_test -- --doc
%cargo_test -- --doc -- --skip nfa::thompson::compiler::Config::nfa_size_limit
%endif
%changelog

Loading…
Cancel
Save