1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

murdock: disable nrf52dk

They're currently too flakey to give useful results.
This commit is contained in:
Kaspar Schleiser 2020-08-05 11:42:50 +02:00
parent 7b05b85135
commit f69a3c1757

View File

@ -1,6 +1,6 @@
#!/bin/sh
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 nrf52dk samr21-xpro"}
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"}
: ${TEST_BOARDS_LLVM_COMPILE:="iotlab-m3 native nrf52dk mulle nucleo-f401re samr21-xpro slstk3402a"}
export RIOT_CI_BUILD=1