Skip to content

Commit

Permalink
tests/sys/ztimer_underflow: disable CI test on native(64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 7, 2024
1 parent 67a14a3 commit 06e359e
Showing 1 changed file with 3 additions and 0 deletions.
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 06e359e

Please sign in to comment.