From 01aa5d8167bf4069f844bcc24327a53b3c4c3b53 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 1 Feb 2024 09:55:55 +0100 Subject: [PATCH] tests/sys/timer_overhead: disable test on native in CI --- tests/sys/ztimer_overhead/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/sys/ztimer_overhead/Makefile b/tests/sys/ztimer_overhead/Makefile index 5262b67db3..54e8a91fd1 100644 --- a/tests/sys/ztimer_overhead/Makefile +++ b/tests/sys/ztimer_overhead/Makefile @@ -9,4 +9,8 @@ USEMODULE += ztimer_usec # microbit qemu timing is off TEST_ON_CI_BLACKLIST += microbit +# The test is sensitive to background CPU load. On the CI workers a lot of +# compilation tasks are run in parallel, making this test randomly fail. +TEST_ON_CI_BLACKLIST += native + include $(RIOTBASE)/Makefile.include