From 3a2b69a4c0be3a571a466bb113e4303ceb107b13 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 27 Sep 2023 01:18:17 +0200 Subject: [PATCH] Skip tests that fail due to expired certificates --- rust-tokio-rustls.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-tokio-rustls.spec b/rust-tokio-rustls.spec index 288eb39..8720a63 100644 --- a/rust-tokio-rustls.spec +++ b/rust-tokio-rustls.spec @@ -130,7 +130,8 @@ use the "tls12" feature of the "%{crate}" crate. %ifarch %{supported_arches} %check # * skip tests that require an internet connection -%cargo_test -- -- --skip test_modern --skip test_tls12 +# * skip tests that fail due to expired certificates +%cargo_test -- -- --exact --skip test_modern --skip test_tls12 --skip common::test_stream::stream_bad --skip common::test_stream::stream_buffered_handshake --skip common::test_stream::stream_eof --skip common::test_stream::stream_good --skip common::test_stream::stream_handshake --skip test_lazy_config_acceptor --skip pass %endif %endif