1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/sys/timer_overhead: disable test on native in CI

This commit is contained in:
Marian Buschsieweke 2024-02-01 09:55:55 +01:00
parent 4934504c93
commit 01aa5d8167
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -9,4 +9,8 @@ USEMODULE += ztimer_usec
# microbit qemu timing is off
TEST_ON_CI_BLACKLIST += microbit
# The test is sensitive to background CPU load. On the CI workers a lot of
# compilation tasks are run in parallel, making this test randomly fail.
TEST_ON_CI_BLACKLIST += native
include $(RIOTBASE)/Makefile.include