Skip one more test that fails in koji

epel9
Fabio Valentini 2 years ago
parent 106f2e8d62
commit cfa1b3c350
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -118,7 +118,7 @@ use the "rayon" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip tests that fail when run on VMs, on tmpfs, or in systemd-nspawn
%cargo_test -- -- --skip test::check_processes_cpu_usage --skip test::check_cpus_number
%cargo_test -- -- --skip test::check_processes_cpu_usage --skip test::check_cpus_number --skip test_disks
%endif
%changelog

Loading…
Cancel
Save