Merge pull request #16131 from kaspar030/disable_wroom32_mtd_raw

tests/mtd_raw: disable for esp32-wroom-32
This commit is contained in:
Jean Pierre Dudey 2021-03-03 22:00:46 +01:00 committed by GitHub
commit f3adf7c4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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