commit | 6addfdd19031b5480ff2e62c81f421c3e4a12261 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Thu Sep 05 10:09:37 2019 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Mon Sep 09 07:22:13 2019 -0400 |
tree | 63ef2d83581a0bfea9366ab053a0ef1129e335b7 | |
parent | 9a461a1cd728c100ff4331d86cb7044f66fb983b [diff] [blame] |
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index b77ddd2..284aa5f 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -849,7 +849,8 @@ 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 () {