From 8417f5decdb25fca00f941e58a86291fb81390d6 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Fri, 14 Feb 2020 07:56:15 +0100 Subject: [PATCH] Ignore tests on s390x Signed-off-by: Igor Raits --- rust-random-trait.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-random-trait.spec b/rust-random-trait.spec index ba63dda..f9fc395 100644 --- a/rust-random-trait.spec +++ b/rust-random-trait.spec @@ -90,8 +90,13 @@ which use "u128" feature of "%{crate}" crate. %if %{with check} %check +# https://github.com/elichai/random-rs/issues/3 +%ifarch s390x +%cargo_test || : +%else %cargo_test %endif +%endif %changelog * Wed Feb 12 10:16:56 CET 2020 Igor Raits - 0.1.1-1