From cf6fb7d03d1a1668eea4ed22862c5fd441783d5d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 13 Dec 2019 18:55:31 +0100 Subject: [PATCH] Skip test which does not work in mock Signed-off-by: Igor Gnatenko --- rust-sysinfo.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 20534c4..1c5c699 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -94,7 +94,8 @@ which use "debug" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +# https://github.com/GuillaumeGomez/sysinfo/issues/227 +%cargo_test -- -- --skip traits::SystemExt::new_with_specifics %endif %changelog