Skip more tests that don't work when virtualized / containerized

epel9
Fabio Valentini 2 years ago
parent 369251474d
commit 50cd5a0f48
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -461,7 +461,7 @@ use the "zerocopy" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip tests that don't work in mock environments # * skip tests that don't work in mock environments
%cargo_test -- -- --skip sys::resource::test::test_self_cpu_time --skip sys::test_ioctl::linux_ioctls::test_ioctl_write_int --skip test_fcntl::linux_android::test_copy_file_range --skip sys::test_socket::linux_errqueue::test_recverr_v4 --skip sys::test_socket::test_af_alg_cipher %cargo_test -- -- --skip sys::resource::test::test_self_cpu_time --skip sys::test_ioctl::linux_ioctls::test_ioctl_write_int --skip test_fcntl::linux_android::test_copy_file_range --skip sys::test_socket::test_af_alg_cipher --skip sys::test_socket::test_timestamping --skip sys::socket::sendmsg
%endif %endif
%changelog %changelog

Loading…
Cancel
Save