From 6addfdd19031b5480ff2e62c81f421c3e4a12261 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 5 Sep 2019 10:09:37 -0400 Subject: [PATCH] Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index b77ddd218..284aa5f65 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -849,7 +849,8 @@ component_test_memory_buffer_allocator () { make test msg "test: ssl-opt.sh, MBEDTLS_MEMORY_BUFFER_ALLOC_C" - if_build_succeeded tests/ssl-opt.sh + # MBEDTLS_MEMORY_BUFFER_ALLOC is slow. Skip tests that tend to time out. + if_build_succeeded tests/ssl-opt.sh -e '^DTLS proxy' } component_test_no_max_fragment_length () {