filter: Exclude failing crypto test at debug build
Some of tests/crypto/test_ecc_dsa test are failing link step only when debug is enabled, these filters prevent those tests from being executed under such configuration. Jira: ZEP-1063 Change-Id: I4b7376c49a401e21c413427918be549934ce03d5 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
parent
24b2bf40a4
commit
dbfc696437
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
||||||
tags = crypto ecc dsa
|
tags = crypto ecc dsa
|
||||||
build_only = false
|
build_only = false
|
||||||
kernel = nano
|
kernel = nano
|
||||||
|
#Do not run for debug daily build
|
||||||
|
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue