Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test

This commit is contained in:
Andrzej Kurek 2019-09-05 10:09:37 -04:00
parent 69f20aae77
commit 1e56d2c3de

View File

@ -998,7 +998,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 () {