From 7b38d0865fbf2163360761a6de7e3d28f39afd12 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Fri, 9 Oct 2020 13:05:22 +0200 Subject: [PATCH] tets/ztimer_periodic: blacklist native --- tests/ztimer_periodic/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/ztimer_periodic/Makefile b/tests/ztimer_periodic/Makefile index e3ee9ea098..fa67ced1d8 100644 --- a/tests/ztimer_periodic/Makefile +++ b/tests/ztimer_periodic/Makefile @@ -1,6 +1,12 @@ DEVELHELP ?= 0 include ../Makefile.tests_common +# The test depends on how fast and often the host schedules the RIOT native +# application. If the host is busy enough it won't schedule the process, +# delaying the application, thus delaying the time measurement. This happens +# often on ci with resulting offsets of +10ms +TEST_ON_CI_BLACKLIST += native + USEMODULE += fmt USEMODULE += ztimer_usec ztimer_msec