diff --git a/rust-socket2.spec b/rust-socket2.spec index 344f0d4..5a82c9b 100644 --- a/rust-socket2.spec +++ b/rust-socket2.spec @@ -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