From 1bc0bbb1a8b30bce3c30e0c55364fdb8f6572c72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de>
Date: Wed, 5 Dec 2018 17:31:12 +0100
Subject: [PATCH] tests/xtimer_usleep: 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_usleep/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/xtimer_usleep/Makefile b/tests/xtimer_usleep/Makefile
index af26bcfb8f..a51966755e 100644
--- a/tests/xtimer_usleep/Makefile
+++ b/tests/xtimer_usleep/Makefile
@@ -2,7 +2,8 @@ include ../Makefile.tests_common
 
 USEMODULE += xtimer
 
-TEST_ON_CI_WHITELIST += all
+# This test randomly fails on `native` so disable it from CI
+TEST_ON_CI_WHITELIST += samr21-xpro
 
 # Port and pin configuration for probing with oscilloscope
 # Port number should be found in port enum e.g in cpu/include/periph_cpu.h
-- 
GitLab