mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
This commit is contained in:
parent
9a461a1cd7
commit
6addfdd190
|
@ -849,7 +849,8 @@ component_test_memory_buffer_allocator () {
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "test: ssl-opt.sh, MBEDTLS_MEMORY_BUFFER_ALLOC_C"
|
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 () {
|
component_test_no_max_fragment_length () {
|
||||||
|
|
Loading…
Reference in a new issue