1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/driver_hd44780: disable CI for esp32-wroom-32

This commit is contained in:
Kaspar Schleiser 2019-11-27 12:36:05 +01:00
parent a7c9079eb7
commit f88d55cf9d

View File

@ -2,4 +2,8 @@ include ../Makefile.tests_common
USEMODULE += hd44780
# Fails on esp32 because the driver defines default GPIOs that are used for the
# SPI flash interface.
TEST_ON_CI_BLACKLIST += esp32-wroom-32
include $(RIOTBASE)/Makefile.include