Skip tests which require networking

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 835f940ace
commit 3ca8b98915
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -107,7 +107,9 @@ which use "unix" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# The test requires networking to be present
# https://github.com/alexcrichton/socket2-rs/issues/52
%cargo_test -- -- --skip socket::test::connect_timeout_unrouteable
%endif
%changelog

Loading…
Cancel
Save