From 3ca8b989159824cac611943a4d713e94566d3abf Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Feb 19 2020 10:52:35 +0000 Subject: Skip tests which require networking Signed-off-by: Igor Raits --- 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