commit | 1e56d2c3dea3f779bc43a60b057ffbb58518ba5b | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Thu Sep 05 10:09:37 2019 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Fri Sep 06 07:44:37 2019 -0400 |
tree | 77f222c1f077b899bc1510755c1bf6d22f12e326 | |
parent | 69f20aae77be91057d33f0a02d3401aeaf54e230 [diff] [blame] |
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index d6c6bdc..397a758 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -998,7 +998,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 () {