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:
Nishikant 2017-08-30 10:16:03 +05:30 committed by Anas Nashif
parent 6a513ef65d
commit c1d9cb72f1

View file

@ -5,3 +5,4 @@ tests:
min_ram: 32
tags: crypto mbedtls
timeout: 200
platform_exclude: esp32