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

Merge pull request #20358 from kaspar030/disable_flakey_native_tests

ci: disable some more flakey native tests
This commit is contained in:
benpicco 2024-02-09 16:12:55 +00:00 committed by GitHub
commit 6c96952a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

View File

@ -9,4 +9,7 @@ CFLAGS += -DTEST_HZ=$(TEST_HZ)LU
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native native64
include $(RIOTBASE)/Makefile.include

View File

@ -6,4 +6,7 @@ USEMODULE += xtimer
# microbit qemu timing is off
TEST_ON_CI_BLACKLIST += microbit
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native native64
include $(RIOTBASE)/Makefile.include

View File

@ -6,4 +6,7 @@ USEMODULE += ztimer_msec
# microbit qemu lacks rtt
TEST_ON_CI_BLACKLIST += microbit
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native native64
include $(RIOTBASE)/Makefile.include

View File

@ -21,4 +21,7 @@ DISABLE_MODULE := core_msg
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native native64
include $(RIOTBASE)/Makefile.include

View File

@ -20,4 +20,7 @@ CFLAGS += -DTEST_ZTIMER_CLOCK=$(TEST_ZTIMER_CLOCK)
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native native64
include $(RIOTBASE)/Makefile.include