From 052a5c9595e41f29a8ee74533b6f231a66eb1212 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 14 Jul 2022 13:31:04 +0200 Subject: [PATCH] disable tests that now fail due to expired certificates --- rust-tokio-rustls.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rust-tokio-rustls.spec b/rust-tokio-rustls.spec index 2c5585e..2850652 100644 --- a/rust-tokio-rustls.spec +++ b/rust-tokio-rustls.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.22.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Asynchronous TLS/SSL streams for Tokio using Rustls # Upstream license specification: MIT/Apache-2.0 @@ -93,11 +93,15 @@ which use "early-data" feature of "%{crate}" crate. %if %{with check} %check -# skip tests that require internet connection -%cargo_test -- -- --skip test_tls12 --skip test_modern +# * skip tests that require an internet connection +# * skip tests that fail due to expired certificates +%cargo_test -- -- --skip test_tls12 --skip test_modern --skip test_stream::stream --skip pass %endif %changelog +* Thu Jul 14 2022 Fabio Valentini - 0.22.0-4 +- Disable tests that now fail due to expired certificates. + * Fri Jan 21 2022 Fedora Release Engineering - 0.22.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild