mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1e7d72dea9
The test randomly fails for unrelated PRs. Expecting real-time timing on native is not really possible. Maybe it could be fixed but it currently triggers many false positive.
10 lines
207 B
Makefile
10 lines
207 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += fmt
|
|
USEMODULE += xtimer
|
|
|
|
# This test randomly fails on `native` so disable it from CI
|
|
TEST_ON_CI_WHITELIST += samr21-xpro
|
|
|
|
include $(RIOTBASE)/Makefile.include
|