From 5f354bd51533ea5d0d612009867ca0958ceabe63 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 11 Feb 2020 14:44:51 +0100 Subject: [PATCH] Skip one test on 32bit Signed-off-by: Igor Raits --- rust-match_cfg.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-match_cfg.spec b/rust-match_cfg.spec index 18995e8..c0055d5 100644 --- a/rust-match_cfg.spec +++ b/rust-match_cfg.spec @@ -81,8 +81,13 @@ which use "use_core" feature of "%{crate}" crate. %if %{with check} %check +# https://github.com/gnzlbg/match_cfg/issues/1 +%if 0%{?__isa_bits} == 32 +%cargo_test -- -- --skip tests::tests +%else %cargo_test %endif +%endif %changelog * Tue Feb 11 14:18:39 CET 2020 Igor Raits - 0.1.0-1