From baeffbbdd25db78edda39ca5191aa57e82889474 Mon Sep 17 00:00:00 2001 From: Zhangsen Wang Date: Fri, 29 Jul 2022 06:34:47 +0000 Subject: [PATCH] skip test with openssl client because it will timeout with certain seed due to an openssl bug Signed-off-by: Zhangsen Wang --- tests/ssl-opt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 230f23250..bb013833b 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -9189,6 +9189,9 @@ run_test "DTLS fragmenting: 3d, openssl server, DTLS 1.2" \ -c "fragmenting handshake message" \ -C "error" +## the test below will time out with certain seed. +## The cause is an openssl bug (https://github.com/openssl/openssl/issues/18887) +skip_next_test requires_config_enabled MBEDTLS_SSL_PROTO_DTLS requires_config_enabled MBEDTLS_RSA_C requires_config_enabled MBEDTLS_ECDSA_C