From dab3063a58fd97cb2d2f3b0af7a0986a54d25a2d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Sep 2019 20:17:37 +0200 Subject: [PATCH] Skip one test Signed-off-by: Igor Gnatenko --- rust-rgb.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-rgb.spec b/rust-rgb.spec index 9cccc36..a683f6c 100644 --- a/rust-rgb.spec +++ b/rust-rgb.spec @@ -82,7 +82,8 @@ which use "serde" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +# https://github.com/kornelski/rust-rgb/issues/28 +%cargo_test -- -- --skip test_add_overflow %endif %changelog