Skip to content

Commit

Permalink
Merge pull request #20358 from kaspar030/disable_flakey_native_tests
Browse files Browse the repository at this point in the history
ci: disable some more flakey native tests
  • Loading branch information
benpicco authored Feb 9, 2024
2 parents de1efc6 + 06e359e commit 6c96952
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/bench/xtimer_load/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions tests/core/thread_flags/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions tests/sys/evtimer_underflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions tests/sys/xtimer_hang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions tests/sys/ztimer_underflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6c96952

Please sign in to comment.