diff --git a/tests/pthread_barrier/Makefile b/tests/pthread_barrier/Makefile
index 7b99e8c734496ff4a63e2634b1628ba19f9b060b..c0c8003e8b3ea850018287b3b5a033fbf22d860b 100644
--- a/tests/pthread_barrier/Makefile
+++ b/tests/pthread_barrier/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # arduino mega2560 uno duemilanove: unknown type name: clockid_t
 
 # exclude boards with insufficient memory
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 
 # Modules to include.
 USEMODULE += pthread
diff --git a/tests/pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile
index 2a0df7095de41122330c379b8e58e5f446a88e97..eafee2377a501c07392644faa81ff42d37da12c0 100644
--- a/tests/pthread_condition_variable/Makefile
+++ b/tests/pthread_condition_variable/Makefile
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # arduino mega2560 uno duemilanove: unknown type name: clockid_t
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 
 USEMODULE += posix
 USEMODULE += pthread
diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile
index 42586a24a8aae6b1f9baa6802cd98abf509a6234..1216ed0e4eea23e066118b4e9978f2d429834e25 100644
--- a/tests/pthread_rwlock/Makefile
+++ b/tests/pthread_rwlock/Makefile
@@ -8,10 +8,9 @@ USEMODULE += pthread
 USEMODULE += xtimer
 USEMODULE += random
 
-BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \
-                             nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
-                             nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \
-                             spark-core stm32f0discovery yunjia-nrf51822
+BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
+                             nucleo32-f042 nucleo32-l031 nucleo-f030 \
+                             nucleo-f334 nucleo-l053 stm32f0discovery
 
 include $(RIOTBASE)/Makefile.include