From 6d0a0ab337733426c62afad89130138b08f53c23 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 24 Oct 2016 12:17:06 -0400 Subject: [PATCH] tests: mbedtls: mark nios2 as slow Change-Id: I95ac7c82ccdc6abb1cb7c345bea517ea48dceb8c Signed-off-by: Anas Nashif --- tests/crypto/test_mbedtls/testcase.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/crypto/test_mbedtls/testcase.ini b/tests/crypto/test_mbedtls/testcase.ini index f25742db7c2..0a5e31ecbd3 100644 --- a/tests/crypto/test_mbedtls/testcase.ini +++ b/tests/crypto/test_mbedtls/testcase.ini @@ -1,12 +1,11 @@ [test] tags = crypto mbedtls -build_only = false kernel = nano filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 ) [test_nios] tags = crypto mbedtls -build_only = false kernel = nano +slow = true arch_whitelist = nios2