mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:48:38 +00:00
Disable test that trigger bug in old GnuTLS
This is temporary until we fix the GnuTLS version available in our CI.
This commit is contained in:
parent
2ab14bb2ca
commit
f560a2d6fc
1 changed files with 6 additions and 0 deletions
|
@ -7306,6 +7306,11 @@ run_test "DTLS proxy: 3d, gnutls server" \
|
|||
-s "Extra-header:" \
|
||||
-c "Extra-header:"
|
||||
|
||||
# The next two test are disabled because they tend to trigger a bug in the
|
||||
# version of GnuTLS that's currently installed on our CI. The bug occurs when
|
||||
# different fragments of the same handshake message are received out-of-order
|
||||
# by GnuTLS and results in a timeout. It's been fixed in GnuTLS 3.5.2.
|
||||
skip_next_test
|
||||
requires_gnutls
|
||||
client_needs_more_time 8
|
||||
not_with_valgrind # risk of non-mbedtls peer timing out
|
||||
|
@ -7317,6 +7322,7 @@ run_test "DTLS proxy: 3d, gnutls server, fragmentation" \
|
|||
-s "Extra-header:" \
|
||||
-c "Extra-header:"
|
||||
|
||||
skip_next_test
|
||||
requires_gnutls
|
||||
client_needs_more_time 8
|
||||
not_with_valgrind # risk of non-mbedtls peer timing out
|
||||
|
|
Loading…
Reference in a new issue