mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20382 from maribu/ci/disable_flaky_tests
tests: disable flaky tests on `native` in the CI
This commit is contained in:
commit
8cca5bec30
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user