From 754bbe4e6d6392c816243278ab9d8456b42c73ce Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 5 Dec 2023 16:49:30 +0100 Subject: [PATCH] tests/sys/psa_crypto_se_cipher: disable test on esp32-wroom-32 The test fails systematically on the CI and prevents merging PRs. --- tests/sys/psa_crypto_se_cipher/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/psa_crypto_se_cipher/Makefile b/tests/sys/psa_crypto_se_cipher/Makefile index 61e4949d5b..3273963fb0 100644 --- a/tests/sys/psa_crypto_se_cipher/Makefile +++ b/tests/sys/psa_crypto_se_cipher/Makefile @@ -2,6 +2,9 @@ BOARD ?= nrf52840dk include ../Makefile.sys_common +# Test fails systematically on the CI +TEST_ON_CI_BLACKLIST += esp32-wroom-32 + USEMODULE += ztimer USEMODULE += ztimer_usec