tets/ztimer_periodic: blacklist native
This commit is contained in:
parent
a83927d031
commit
7b38d0865f
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user