tests/crypto/mbedtls: Disabling this test for ESP32
Currently Zephyr is running from RAM, and the space where instructions can be executed from is quite small.once Flash cache is enabled in ESP32 port we can remove this check. Signed-off-by: Nishikant Nayak <nishikantax.nayak@intel.com>
This commit is contained in:
parent
6a513ef65d
commit
c1d9cb72f1
|
@ -5,3 +5,4 @@ tests:
|
|||
min_ram: 32
|
||||
tags: crypto mbedtls
|
||||
timeout: 200
|
||||
platform_exclude: esp32
|
||||
|
|
Loading…
Reference in a new issue