From cfa1b3c3507fe602667e2bb0fd619120dce145c5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 15 Dec 2022 16:57:37 +0100 Subject: [PATCH] Skip one more test that fails in koji --- rust-sysinfo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 3ba8470..824928e 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -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