Skip to content

Commit

Permalink
tests/sys/timer_overhead: disable test on native in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Feb 1, 2024
1 parent 4934504 commit 01aa5d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/sys/ztimer_overhead/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01aa5d8

Please sign in to comment.