From c4817d3a43bdbde1e986c289d1407ace722820c1 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 26 Nov 2021 16:20:25 +0100 Subject: [PATCH] skip a flaky test to reduce likelihood of build failures --- rust-fs2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rust-fs2.spec b/rust-fs2.spec index ffa6951..906af15 100644 --- a/rust-fs2.spec +++ b/rust-fs2.spec @@ -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 - 0.4.3-14 +- Skip a flaky test to reduce likelihood of build failures. + * Tue Jul 27 2021 Fedora Release Engineering - 0.4.3-13 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild