@@ -34,6 +34,13 @@ def _has_word_re(words: typing.Iterable[str],
3434 re .DOTALL )
3535
3636 IGNORED_TESTS = {
37+ 'handshake-generated' : [
38+ # Temporary disable Handshake defragmentation tests until mbedtls
39+ # pr #10011 has been merged.
40+ 'Handshake defragmentation on client: len=4, TLS 1.2' ,
41+ 'Handshake defragmentation on client: len=5, TLS 1.2' ,
42+ 'Handshake defragmentation on client: len=13, TLS 1.2'
43+ ],
3744 'ssl-opt' : [
3845 # We don't run ssl-opt.sh with Valgrind on the CI because
3946 # it's extremely slow. We don't intend to change this.
@@ -53,11 +60,6 @@ def _has_word_re(words: typing.Iterable[str],
5360 # https://github.com/Mbed-TLS/mbedtls/issues/9581
5461 'Opaque key for server authentication: invalid key: decrypt with ECC key, no async' ,
5562 'Opaque key for server authentication: invalid key: ecdh with RSA key, no async' ,
56- # Temporary disable Handshake defragmentation tests until mbedtls
57- # pr #10011 has been merged.
58- 'Handshake defragmentation on client: len=4, TLS 1.2' ,
59- 'Handshake defragmentation on client: len=5, TLS 1.2' ,
60- 'Handshake defragmentation on client: len=13, TLS 1.2'
6163 ],
6264 'test_suite_config.mbedtls_boolean' : [
6365 # We never test with CBC/PKCS5/PKCS12 enabled but
0 commit comments