From 0b94a2dd50d161d1d069881b5d8df69e5d256cf8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 21 Jul 2023 23:53:16 +0200 Subject: [PATCH] Skip a brittle test that fails depending on load --- rust-indicatif.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-indicatif.spec b/rust-indicatif.spec index addf43e..0625648 100644 --- a/rust-indicatif.spec +++ b/rust-indicatif.spec @@ -147,7 +147,8 @@ use the "vt100" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * skip a brittle test that fails depending on load +%cargo_test -- -- --skip style::tests::wide_element_style %endif %changelog