Skip to content
Snippets Groups Projects
Unverified Commit 1fcef246 authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #10552 from cladmi/pr/tests/native/disable_running_failing_tests_on_ci

tests/xtimer_now64_continuity|xtimer_usleep: disable running test on native
parents 49aa583a 1bc0bbb1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment