mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
bdd721fff4
Blacklist native for the xtimer tests that have timing issues. This also enables running the test on `nrf52dk` as I think it was forgotten when adding the support.
11 lines
230 B
Makefile
11 lines
230 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += fmt
|
|
USEMODULE += xtimer
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
# This test randomly fails on `native` so disable it from CI
|
|
TEST_ON_CI_BLACKLIST += native
|
|
|
|
include $(RIOTBASE)/Makefile.include
|