diff --git a/tests/lua_loader/Makefile b/tests/lua_loader/Makefile index ef7a3aa5d576..2a29d46da07d 100644 --- a/tests/lua_loader/Makefile +++ b/tests/lua_loader/Makefile @@ -13,4 +13,8 @@ ifneq ($(BOARD),native) CFLAGS += -DTHREAD_STACKSIZE_MAIN='(THREAD_STACKSIZE_DEFAULT+2048)' endif +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