From 167a70cd0fe72309236f0014a5ec76b5060c8715 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 5 Dec 2023 15:09:01 +0100 Subject: [PATCH] tests/sys/psa_crytpo_se: disable test on esp32-wroom-32 --- tests/sys/psa_crypto_se/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/psa_crypto_se/Makefile b/tests/sys/psa_crypto_se/Makefile index 4e1286028a..21f3365f2f 100644 --- a/tests/sys/psa_crypto_se/Makefile +++ b/tests/sys/psa_crypto_se/Makefile @@ -2,6 +2,8 @@ BOARD ?= nrf52840dk include ../Makefile.sys_common +TEST_ON_CI_BLACKLIST += esp32-wroom-32 + USEMODULE += ztimer USEMODULE += ztimer_usec