Always skip a test that is officially "flaky"

epel9
Fabio Valentini 3 years ago
parent f8450a1087
commit 16cd75023f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -226,7 +226,8 @@ which use "write-all-vectored" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test -a # * always skip a test that is officially "flaky"
%cargo_test -a -- -- --skip stream_select
%endif %endif
%changelog %changelog

Loading…
Cancel
Save