Skip to content

Commit baeffbb

Browse files
committed
skip test with openssl client because it will timeout with certain seed due to an openssl bug
Signed-off-by: Zhangsen Wang <[email protected]>
1 parent 9138512 commit baeffbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ssl-opt.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9189,6 +9189,9 @@ run_test "DTLS fragmenting: 3d, openssl server, DTLS 1.2" \
91899189
-c "fragmenting handshake message" \
91909190
-C "error"
91919191

9192+
## the test below will time out with certain seed.
9193+
## The cause is an openssl bug (https://github.com/openssl/openssl/issues/18887)
9194+
skip_next_test
91929195
requires_config_enabled MBEDTLS_SSL_PROTO_DTLS
91939196
requires_config_enabled MBEDTLS_RSA_C
91949197
requires_config_enabled MBEDTLS_ECDSA_C

0 commit comments

Comments
 (0)