Skip a test that fails on ppc64le

epel9
Fabio Valentini 1 year ago
parent 9b85d0eced
commit c6083fadfc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -75,7 +75,9 @@ use the "stable_deref_trait" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip a test that fails on ppc64le:
# https://github.com/RazrFalcon/memmap2-rs/issues/105
%cargo_test -- -- --exact --skip test::advise_writes_unsafely_to_part_of_map
%endif %endif
%changelog %changelog

@ -0,0 +1,7 @@
[tests]
skip = ["test::advise_writes_unsafely_to_part_of_map"]
skip-exact = true
comments = [
"skip a test that fails on ppc64le: https://github.com/RazrFalcon/memmap2-rs/issues/105",
]
Loading…
Cancel
Save