Skip test for the exact size of an enum that fails on various arches

epel9
Fabio Valentini 2 years ago
parent 6c272109c0
commit 1223a587a8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -64,7 +64,8 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip test for the exact size of an enum that fails on various architectures
%cargo_test -- -- --skip reader::error::err_size
%endif %endif
%changelog %changelog

Loading…
Cancel
Save