From 67a14a306cb4ce38301b405b3a9d93b0932c82cb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 7 Feb 2024 23:12:16 +0100 Subject: [PATCH] tests/sys/xtimer_hang: disable CI test on native(64) --- tests/sys/xtimer_hang/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/xtimer_hang/Makefile b/tests/sys/xtimer_hang/Makefile index a145d9911e..16ec9fb5ae 100644 --- a/tests/sys/xtimer_hang/Makefile +++ b/tests/sys/xtimer_hang/Makefile @@ -21,4 +21,7 @@ DISABLE_MODULE := core_msg # microbit qemu failing currently 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