From 971eb4b71d422e617d55fb6a82f68db7640dcf25 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 6 Jul 2019 12:33:57 +0200 Subject: [PATCH] Skip broken test Signed-off-by: Igor Gnatenko --- rust-regex.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-regex.spec b/rust-regex.spec index 986d0bb..82f638f 100644 --- a/rust-regex.spec +++ b/rust-regex.spec @@ -104,7 +104,8 @@ which use "use_std" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +# https://github.com/rust-lang/regex/issues/593 +%cargo_test -- -- --skip error_messages::repetition_quantifier_expects_a_valid_decimal %endif %changelog