From 2aa1b523a0dc15a3692ccf776e567dcd657bbc08 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Wed, 15 Apr 2020 10:16:18 +0200 Subject: [PATCH] Disable broken test Signed-off-by: Igor Raits --- rust-sysinfo.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 20c9cae..bf51391 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