diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index 1d6aef4f7e..721a8835a8 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -59,4 +59,8 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET) CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY) +TEST_ON_CI_WHITELIST += all +# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests +TEST_ON_CI_BLACKLIST += native + include $(RIOTBASE)/Makefile.include