File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -195,9 +195,12 @@ Case cases[] = {
195
195
Case (" TLSSOCKET_SEND_REPEAT" , TLSSOCKET_SEND_REPEAT),
196
196
Case (" TLSSOCKET_SEND_TIMEOUT" , TLSSOCKET_SEND_TIMEOUT),
197
197
Case (" TLSSOCKET_NO_CERT" , TLSSOCKET_NO_CERT),
198
- #ifndef __IAR_SYSTEMS_ICC__
199
- Case (" TLSSOCKET_SIMULTANEOUS" , TLSSOCKET_SIMULTANEOUS)
200
- #endif
198
+ // Temporarily removing this test, as TLS library consumes too much memory
199
+ // and we see frequent memory allocation failures on architectures with less
200
+ // RAM such as DISCO_L475VG_IOT1A and NUCLEO_F207ZG (both have 128 kB RAM)
201
+ // This test also fails for IAR, due to wrong heap configuration in the linker
202
+ // script - see https://github.com/ARMmbed/mbed-os/issues/8306
203
+ // Case("TLSSOCKET_SIMULTANEOUS", TLSSOCKET_SIMULTANEOUS)
201
204
};
202
205
203
206
Specification specification (greentea_setup, cases, greentea_teardown, greentea_continue_handlers);
You can’t perform that action at this time.
0 commit comments