Merge pull request #15195 from fjmolinas/pr_blacklist_native
tets/ztimer_periodic: blacklist native
This commit is contained in:
commit
ae4fc820ff
@ -1,6 +1,12 @@
|
|||||||
DEVELHELP ?= 0
|
DEVELHELP ?= 0
|
||||||
include ../Makefile.tests_common
|
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 += fmt
|
||||||
USEMODULE += ztimer_usec ztimer_msec
|
USEMODULE += ztimer_usec ztimer_msec
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user