From 16cd75023f1d34e5d2a3be04b85f53bff3b8ae88 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 24 Nov 2021 14:32:13 +0100 Subject: [PATCH] Always skip a test that is officially "flaky" --- rust-futures.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-futures.spec b/rust-futures.spec index 6a447d6..fc8ea1b 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -226,7 +226,8 @@ which use "write-all-vectored" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test -a +# * always skip a test that is officially "flaky" +%cargo_test -a -- -- --skip stream_select %endif %changelog