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:
parent
882c19ddbc
commit
52a4916cab
|
@ -3,3 +3,4 @@ tests:
|
|||
min_ram: 32
|
||||
tags: crypto mbedtls
|
||||
timeout: 200
|
||||
filter: not CONFIG_DEBUG
|
||||
|
|
Loading…
Reference in a new issue