Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
@ -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
%files devel