From 86dfc9db73e110946f3299020edd131da0325a98 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 20 Dec 2021 23:59:53 +0100 Subject: [PATCH] Skip a possibly flaky test --- rust-futures.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-futures.spec b/rust-futures.spec index 6f02134..ceda617 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -212,7 +212,9 @@ use the "write-all-vectored" feature of the "%{crate}" crate. %if %{with check} %check # * always skip a test that is officially "flaky" -%cargo_test -a -- -- --skip stream_select +# * skip a possibly flaky test: +# https://github.com/rust-lang/futures-rs/issues/2539 +%cargo_test -a -- -- --skip stream_select --skip many_threads %endif %changelog