From 74a661a63399778cbdd9db71ed2af3f1936ab835 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 20 Feb 2020 20:54:55 +0100 Subject: [PATCH] Skip unreliable test Signed-off-by: Igor Raits --- rust-crossbeam-channel.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-crossbeam-channel.spec b/rust-crossbeam-channel.spec index 5d4321b..165c929 100644 --- a/rust-crossbeam-channel.spec +++ b/rust-crossbeam-channel.spec @@ -67,7 +67,9 @@ which use "default" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +# Test below is just unreliable +# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957 +%cargo_test -- -- --skip fairness2 %endif %changelog