From 1e7d72dea9313d249c8f52db3ed22347aaec4a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Wed, 5 Dec 2018 17:31:12 +0100 Subject: [PATCH] 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. --- tests/xtimer_now64_continuity/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/xtimer_now64_continuity/Makefile b/tests/xtimer_now64_continuity/Makefile index 2902f849c9..7771d93310 100644 --- a/tests/xtimer_now64_continuity/Makefile +++ b/tests/xtimer_now64_continuity/Makefile @@ -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