Skip to content

Commit

Permalink
Merge pull request #20382 from maribu/ci/disable_flaky_tests
Browse files Browse the repository at this point in the history
tests: disable flaky tests on `native` in the CI
  • Loading branch information
kaspar030 authored Feb 19, 2024
2 parents fe2d590 + 4d74b40 commit 8cca5be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/net/gnrc_rpl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ host-tools:

TEST_DEPS += host-tools

include $(RIOTBASE)/Makefile.include

# Test is flaky and regularly derails unrelated merge trains
TEST_ON_CI_BLACKLIST += native native64

include $(RIOTBASE)/Makefile.include
4 changes: 4 additions & 0 deletions tests/sys/ztimer_msg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ USEMODULE += ztimer_usec
# uncomment this to test using ztimer sec
#USEMODULE += ztimer_sec

# 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 native64

include $(RIOTBASE)/Makefile.include

0 comments on commit 8cca5be

Please sign in to comment.