Skip to content

Commit

Permalink
tests/xtimer: blacklist waspmote-pro from tests only using xtimer
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Mar 16, 2022
1 parent a7184ff commit 3ee23ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/xtimer_now32_overflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ USEMODULE += xtimer_on_periph_timer

DISABLE_MODULE += auto_init_xtimer

# Boards that can't run only on xtimer orh that well select ztimer
BOARD_BLACKLIST += hamilton \
mulle \
stm32f429i-disco \
waspmote-pro \
weact-f401cc \
weact-f411ce \
#

include $(RIOTBASE)/Makefile.include
8 changes: 8 additions & 0 deletions tests/xtimer_now64_continuity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@ USEMODULE += xtimer_on_periph_timer

# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native
# Boards that can't run only on xtimer orh that well select ztimer
BOARD_BLACKLIST += hamilton \
mulle \
stm32f429i-disco \
waspmote-pro \
weact-f401cc \
weact-f411ce \
#

include $(RIOTBASE)/Makefile.include

0 comments on commit 3ee23ce

Please sign in to comment.