Merge pull request #15195 from fjmolinas/pr_blacklist_native

tets/ztimer_periodic: blacklist native
This commit is contained in:
Alexandre Abadie 2020-10-09 15:20:19 +02:00 committed by GitHub
commit ae4fc820ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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