1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #13553 from kaspar030/disable_softdevice_test

tests/nordic_softdevice: disable CI testing
This commit is contained in:
Francisco 2020-03-04 15:59:13 +01:00 committed by GitHub
commit 9b1ab4aebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
TEST_ON_CI_WHITELIST += nrf52dk
# softdevice currently broken on CI
TEST_ON_CI_BLACKLIST += all
include $(RIOTBASE)/Makefile.include