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:
commit
1fcef246f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user