From 4b98e53acb93a2032a60257ff9c4f24aecb66ee7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 12 Jul 2023 16:23:00 +0200 Subject: [PATCH] Disable integration tests that can only be run in-tree --- 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 790425e..96dbf04 100644 --- a/rust-regex-automata.spec +++ b/rust-regex-automata.spec @@ -425,7 +425,9 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * integration tests can only be run in-tree +%cargo_test -- --lib +%cargo_test -- --doc %endif %changelog