Skip one more tests which depends on networking

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

@ -84,7 +84,7 @@ which use "with-deprecated" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# Tests below depend on having networking present # Tests below depend on having networking present
%cargo_test -- -- --skip poll::Poll --skip poll::Poll::deregister --skip poll::Poll::register --skip poll::Poll::reregister --skip sys::unix::ready::UnixReady %cargo_test -- -- --skip poll::Poll --skip poll::Poll::deregister --skip poll::Poll::register --skip poll::Poll::reregister --skip sys::unix::ready::UnixReady --skip test_multicast::test_multicast
%endif %endif
%changelog %changelog

Loading…
Cancel
Save