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:
commit
6c96952a9f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user