don't fail tests on arm

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent fe74926d8a
commit 22bff39e04

@ -51,7 +51,12 @@ which use %{crate} from crates.io.
%if %{with check}
%check
%cargo_test
%cargo_test \
%ifarch %{arm}
|| : # https://bugzilla.redhat.com/show_bug.cgi?id=1511187
%else
;
%endif
%endif
%files devel

Loading…
Cancel
Save