tests: crypto: do not build when DEBUG is enabled

The external mbedTLS library seems to have some issues when DEBUG is
enabled, so disable this here becauase we will not change external 3rd
party code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-07-03 09:12:29 -04:00 committed by Anas Nashif
parent 882c19ddbc
commit 52a4916cab

View file

@ -3,3 +3,4 @@ tests:
min_ram: 32
tags: crypto mbedtls
timeout: 200
filter: not CONFIG_DEBUG