skip test that fails since Rust 1.52.1 but is not reproducible upstream

epel9
Fabio Valentini 4 years ago
parent 259be9fdf9
commit e1526a94d4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.1.18
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Core primitives for application-level tracing
# Upstream license specification: MIT
@ -98,10 +98,14 @@ cp -p src/spin/LICENSE LICENSE-spin
%if %{with check}
%check
%cargo_test
# skip test that fails since Rust 1.52.1 but is not reproducible upstream
%cargo_test -- -- --skip field::test::value_sets_with_fields_from_other_callsites_are_empty
%endif
%changelog
* Fri Jul 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-3
- Skip test that fails since Rust 1.52.1 but is not reproducible upstream.
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save