1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

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
This commit is contained in:
Kaspar Schleiser 2018-12-05 21:17:52 +01:00 committed by GitHub
commit 1fcef246f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

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

View File

@ -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