From d0d25634b6f5cdc60765050b5ed1dfa5ff354ae0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 14 May 2020 14:19:01 -0700 Subject: [PATCH] Keep skipping "test_disks" --- rust-sysinfo.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 6dc100a..431acbf 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -95,7 +95,8 @@ which use "debug" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +# https://github.com/GuillaumeGomez/sysinfo/issues/300 +%cargo_test -- -- --skip test_disks %endif %changelog