Skip to content

Commit 19dbbe0

Browse files
analyze_outcomes: Temporary disabled 3 HS Degragmentation tests.
Signed-off-by: Minos Galanakis <[email protected]>
1 parent 17170a5 commit 19dbbe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/scripts/analyze_outcomes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ def _has_word_re(words: typing.Iterable[str],
5050
# TLS doesn't use restartable ECDH yet.
5151
# https://github.com/Mbed-TLS/mbedtls/issues/7294
5252
re.compile(r'EC restart:.*no USE_PSA.*'),
53+
# Temporary disable Handshake defragmentation tests until mbedtls
54+
# pr #10011 has been merged.
55+
'Handshake defragmentation on client: len=4, TLS 1.2',
56+
'Handshake defragmentation on client: len=5, TLS 1.2',
57+
'Handshake defragmentation on client: len=13, TLS 1.2'
5358
],
5459
'test_suite_config.mbedtls_boolean': [
5560
# Missing coverage of test configurations.

0 commit comments

Comments
 (0)