Stub out broken test on aarch64

epel10
Davide Cavalca 2 years ago
parent 55ec872f88
commit fdc2a06044

@ -77,6 +77,10 @@ use the "lv2-core" feature of the "%{crate}" crate.
%if %{with check}
%check
%ifarch aarch64
# Remove broken test that fails to compile
rm tests/atom_integration.rs
%endif
%cargo_test
%endif

Loading…
Cancel
Save