From f44bc26c3f72aeac7d3c152f8f76c8d49a2ef3d6 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 3 Mar 2021 08:27:18 +0100 Subject: [PATCH] tests/mtd_raw: disable for esp32-wroom-32 --- tests/mtd_raw/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/mtd_raw/Makefile b/tests/mtd_raw/Makefile index 260e1ab0fd..1289a2e60f 100644 --- a/tests/mtd_raw/Makefile +++ b/tests/mtd_raw/Makefile @@ -7,4 +7,7 @@ USEMODULE += od USEMODULE += mtd USEMODULE += mtd_write_page +# Sometimes fails. See #16130. +TEST_ON_CI_BLACKLIST += esp32-wroom-32 + include $(RIOTBASE)/Makefile.include