From 87f0f7dd8dcfddd6e68082f0dfb3b5b3c2d47606 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 26 Jul 2023 23:52:50 +0200 Subject: [PATCH] Remove tests that are unreliable and often spin forever --- rust-futures0.1.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-futures0.1.spec b/rust-futures0.1.spec index d6badb1..cedcc41 100644 --- a/rust-futures0.1.spec +++ b/rust-futures0.1.spec @@ -91,6 +91,8 @@ use the "with-deprecated" feature of the "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +# remove tests that are unreliable and often spin forever +rm tests/buffer_unordered.rs %generate_buildrequires %cargo_generate_buildrequires