Remove tests that are unreliable and often spin forever

epel9 imports/e9/rust-futures0.1-0.1.31-4.el9
Fabio Valentini 2 years ago
parent 7d8fa4b6a5
commit 87f0f7dd8d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -91,6 +91,8 @@ use the "with-deprecated" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
# remove tests that are unreliable and often spin forever
rm tests/buffer_unordered.rs
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires

Loading…
Cancel
Save