From 970db1e9c225fece6799722551c36c9f201089a8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 2 Dec 2017 10:40:01 +0100 Subject: [PATCH] ignore test results for BE Signed-off-by: Igor Gnatenko --- rust-scroll.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rust-scroll.spec b/rust-scroll.spec index effb31f..6785fbd 100644 --- a/rust-scroll.spec +++ b/rust-scroll.spec @@ -53,7 +53,14 @@ which use %{crate} from crates.io. %if %{with check} %check -%cargo_test +# https://github.com/m4b/scroll/issues/20 +# Tests are failing on BE, but because they are written that way. +%cargo_test \ + %ifarch ppc64 s390x + || : + %else + ; + %endif %endif %files devel