Skip a possibly flaky test

epel9
Fabio Valentini 3 years ago
parent d9a9ce3664
commit 86dfc9db73
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -212,7 +212,9 @@ use the "write-all-vectored" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * always skip a test that is officially "flaky" # * 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 %endif
%changelog %changelog

Loading…
Cancel
Save