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

Merge pull request #1066 from mehlis/test-bloom-bytes-followup

tests: added missing chronos to blacklist
This commit is contained in:
René Kijewski 2014-04-28 14:08:43 +02:00
commit d917028b24

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