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

Merge pull request #20324 from maribu/tests/sys/ztimer_overhead

tests/sys/timer_overhead: disable test on native in CI
This commit is contained in:
Kaspar Schleiser 2024-02-01 12:09:43 +00:00 committed by GitHub
commit e48cbb2cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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