From 970db1e9c225fece6799722551c36c9f201089a8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Dec 02 2017 09:40:01 +0000 Subject: ignore test results for BE Signed-off-by: Igor Gnatenko --- 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