Skip to content

Commit 4e83173

Browse files
committed
Skip early data basic check temp
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
1 parent ba7c006 commit 4e83173

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/opt-testcases/tls13-misc.sh

+3
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ run_test "TLS 1.3: G->m: PSK: configured ephemeral only, good." \
282282
0 \
283283
-s "key exchange mode: ephemeral$"
284284

285+
# skip the basic check now cause it will randomly trigger the anti-replay protection in gnutls_server
286+
# Add it back once we fix the issue
287+
skip_next_test
285288
requires_gnutls_tls1_3
286289
requires_config_enabled MBEDTLS_DEBUG_C
287290
requires_config_enabled MBEDTLS_SSL_CLI_C

0 commit comments

Comments
 (0)