diff --git a/rust-regex-automata.spec b/rust-regex-automata.spec index 9ee7d86..43f31cc 100644 --- a/rust-regex-automata.spec +++ b/rust-regex-automata.spec @@ -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