commit | 1f5a596fe246f96fb5df78502e99f20cf775786c | [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 05:29:02 2019 -0400 |
tree | 3f6d303dfa7f2b0265c922c8e1b9e27813d4b83a | |
parent | 1d0708215b6505c96884b311d3346effee0bdee7 [diff] [blame] |
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 77f5188..2ff0ebf 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -938,7 +938,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 () {