skip a flaky test to reduce likelihood of build failures

epel9
Fabio Valentini 3 years ago
parent b3cc0c3467
commit c4817d3a43
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.4.3
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Cross-platform file locks and file duplication
# Upstream license specification: MIT/Apache-2.0
@ -70,10 +70,14 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * skip a flaky test
%cargo_test -- -- --skip test::filesystem_space
%endif
%changelog
* Fri Nov 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-14
- Skip a flaky test to reduce likelihood of build failures.
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-13
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save