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:
parent
4934504c93
commit
01aa5d8167
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user