tets/ztimer_periodic: blacklist native

This commit is contained in:
Francisco Molina 2020-10-09 13:05:22 +02:00
parent a83927d031
commit 7b38d0865f
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -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