mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9730 from michalpasztamobica/tlssocketsimultaneous_temporary_removal
Greentea: Remove TLSSocket_simultaneous testpull/9774/head
commit
4cbcc36c3c
|
@ -195,9 +195,12 @@ Case cases[] = {
|
|||
Case("TLSSOCKET_SEND_REPEAT", TLSSOCKET_SEND_REPEAT),
|
||||
Case("TLSSOCKET_SEND_TIMEOUT", TLSSOCKET_SEND_TIMEOUT),
|
||||
Case("TLSSOCKET_NO_CERT", TLSSOCKET_NO_CERT),
|
||||
#ifndef __IAR_SYSTEMS_ICC__
|
||||
Case("TLSSOCKET_SIMULTANEOUS", TLSSOCKET_SIMULTANEOUS)
|
||||
#endif
|
||||
// Temporarily removing this test, as TLS library consumes too much memory
|
||||
// and we see frequent memory allocation failures on architectures with less
|
||||
// RAM such as DISCO_L475VG_IOT1A and NUCLEO_F207ZG (both have 128 kB RAM)
|
||||
// This test also fails for IAR, due to wrong heap configuration in the linker
|
||||
// script - see https://github.com/ARMmbed/mbed-os/issues/8306
|
||||
// Case("TLSSOCKET_SIMULTANEOUS", TLSSOCKET_SIMULTANEOUS)
|
||||
};
|
||||
|
||||
Specification specification(greentea_setup, cases, greentea_teardown, greentea_continue_handlers);
|
||||
|
|
Loading…
Reference in New Issue