From 5699779827ff327a05fd5b32297fba551b31da8a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 4 Oct 2024 21:00:47 +0200 Subject: [PATCH] Skip one doctest that fails depending on Rust version and architecture --- rust-regex-automata.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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