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

tests: added missing chronos to blacklist

This commit is contained in:
Christian Mehlis 2014-04-28 14:05:30 +02:00
parent 8d3e1b3add
commit 97cf6f5b92

View File

@ -1,7 +1,7 @@
export PROJECT = test_bloom
include ../Makefile.tests_common
BOARD_BLACKLIST := msb-430 msb-430h \
BOARD_BLACKLIST := chronos msb-430 msb-430h \
telosb wsn430-v1_3b wsn430-v1_4
# chronos: https://github.com/RIOT-OS/RIOT/issues/1061
# msb-430: https://github.com/RIOT-OS/RIOT/issues/1061