From e6bfba670d3551f06479d260878c559900d70d15 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 4 Mar 2020 14:15:17 +0100 Subject: [PATCH] tests/nordic_softdevice: disable CI testing --- tests/nordic_softdevice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/nordic_softdevice/Makefile b/tests/nordic_softdevice/Makefile index 16ec68138d..1088faa1bf 100644 --- a/tests/nordic_softdevice/Makefile +++ b/tests/nordic_softdevice/Makefile @@ -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