tests/xtimer_now64_continuity: disable running test on native

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.
This commit is contained in:
Gaëtan Harter 2018-12-05 17:31:12 +01:00
parent 6551d8aac0
commit 1e7d72dea9
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -3,6 +3,7 @@ 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_WHITELIST += samr21-xpro
include $(RIOTBASE)/Makefile.include