diff --git a/tests/sys/evtimer_underflow/Makefile b/tests/sys/evtimer_underflow/Makefile index 071591b0b1..7c13955630 100644 --- a/tests/sys/evtimer_underflow/Makefile +++ b/tests/sys/evtimer_underflow/Makefile @@ -6,4 +6,7 @@ USEMODULE += ztimer_msec # microbit qemu lacks rtt TEST_ON_CI_BLACKLIST += microbit +# This test randomly fails on `native` so disable it from CI +TEST_ON_CI_BLACKLIST += native native64 + include $(RIOTBASE)/Makefile.include