Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: disable flaky tests on native in the CI #20382

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading