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 55e22bc commit 073e369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/xtimer_now32_overflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ USEMODULE += xtimer

DISABLE_MODULE += auto_init_xtimer

# waspmote-pro can't run only on xtimer
BOARD_BLACKLIST += waspmote-pro

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

# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native
# waspmote-pro can't run only on xtimer
BOARD_BLACKLIST += waspmote-pro

include $(RIOTBASE)/Makefile.include

0 comments on commit 073e369

Please sign in to comment.