disable tests that now fail due to expired certificates

epel10
Fabio Valentini 3 years ago
parent a82845d940
commit 052a5c9595
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.22.0 Version: 0.22.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Asynchronous TLS/SSL streams for Tokio using Rustls Summary: Asynchronous TLS/SSL streams for Tokio using Rustls
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -93,11 +93,15 @@ which use "early-data" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# skip tests that require internet connection # * skip tests that require an internet connection
%cargo_test -- -- --skip test_tls12 --skip test_modern # * skip tests that fail due to expired certificates
%cargo_test -- -- --skip test_tls12 --skip test_modern --skip test_stream::stream --skip pass
%endif %endif
%changelog %changelog
* Thu Jul 14 2022 Fabio Valentini <decathorpe@gmail.com> - 0.22.0-4
- Disable tests that now fail due to expired certificates.
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-3 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

Loading…
Cancel
Save