diff --git a/tests/evtimer_msg/Makefile b/tests/evtimer_msg/Makefile index 14a841b401..d6b0dc1bda 100644 --- a/tests/evtimer_msg/Makefile +++ b/tests/evtimer_msg/Makefile @@ -5,4 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ USEMODULE += evtimer +# This test randomly fails on `native` so disable it from CI +TEST_ON_CI_BLACKLIST += native + include $(RIOTBASE)/Makefile.include