diff --git a/tests/bench_timers/Makefile b/tests/bench_timers/Makefile
index 11675236f57fdc087ec0b0a1a15691b836a47c75..700ffdbc90be4fdf771a502ff6d1f00ed9f4cb7c 100644
--- a/tests/bench_timers/Makefile
+++ b/tests/bench_timers/Makefile
@@ -1,5 +1,7 @@
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
+
 # These boards only have a single timer in their periph_conf.h, needs special
 # CFLAGS configuration to build properly
 SINGLE_TIMER_BOARDS = \
diff --git a/tests/bloom_bytes/Makefile b/tests/bloom_bytes/Makefile
index 243a721da17269f33af7fae9288dcfae67440d51..7e6e7aed9cd96e5af2ce885ddde4b216252adfc8 100644
--- a/tests/bloom_bytes/Makefile
+++ b/tests/bloom_bytes/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h telosb wsn430-v1_3b \
-                             wsn430-v1_4 z1
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno chronos \
+                             msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
 
 USEMODULE += hashes
 USEMODULE += bloom
diff --git a/tests/can_trx/Makefile b/tests/can_trx/Makefile
index fab8275842f2c1d183154c27f9aebede53ffa4c5..d887f961a3dcdf1d68c91e725454860026410b68 100644
--- a/tests/can_trx/Makefile
+++ b/tests/can_trx/Makefile
@@ -1,6 +1,8 @@
 export APPLICATION = can_trx
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
+
 USEMODULE += shell
 USEMODULE += shell_commands
 USEMODULE += ps
diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile
index 35fde68429a0099ec328a5f0ac9db86e4dbcf00b..959231f6d58da57d20e85424a73d469f657579ec 100644
--- a/tests/conn_can/Makefile
+++ b/tests/conn_can/Makefile
@@ -1,10 +1,12 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos hifive1 msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
-                             nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
-                             nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
-                             nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \
-                             wsn430-v1_4 z1
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
+                             chronos hifive1 msb-430 msb-430h nucleo-f031k6 \
+                             nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
+                             nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
+                             nucleo-l053r8 stm32f0discovery telosb \
+                             waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
 
 CFLAGS += -DLOG_LEVEL=LOG_ALL
 
diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile
index 3a5a979ab6fcccf977ac17966907f919021ad258..1063f656935276a6d575fb7b103f3d072c1a7766 100644
--- a/tests/emb6/Makefile
+++ b/tests/emb6/Makefile
@@ -5,9 +5,10 @@ include ../Makefile.tests_common
 # MSP-430 doesn't support C11's atomic functionality yet
 BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
 
-BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \
-                             nucleo-f042k6 nucleo-l053r8 stm32f0discovery telosb \
-                             wsn430-v1_3b wsn430-v1_4 z1
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
+                             msb-430 msb-430h nucleo-l031k6 nucleo-f031k6 \
+                             nucleo-f042k6 nucleo-l053r8 stm32f0discovery \
+                             telosb wsn430-v1_3b wsn430-v1_4 z1
 
 USEPKG += emb6
 
diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile
index a27f69488a7266d3439edd44a11db42424506fb6..50b19f2d4c5ed25f6d612265d4b76cb3fd861016 100644
--- a/tests/mutex_order/Makefile
+++ b/tests/mutex_order/Makefile
@@ -1,7 +1,8 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \
-                             nucleo-l053r8 stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
+                             nucleo-f030r8 nucleo-l053r8 stm32f0discovery
 
 # list of boards to run CI tests on
 TEST_ON_CI_WHITELIST += all
diff --git a/tests/netdev_test/Makefile b/tests/netdev_test/Makefile
index eae854b2527453fe1239e22c1ed7f9ef398630c7..c21964f7c7a1026f6d0a34accc3421165734e8ab 100644
--- a/tests/netdev_test/Makefile
+++ b/tests/netdev_test/Makefile
@@ -4,7 +4,7 @@
 CFLAGS += -DNDEBUG
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
 
 DISABLE_MODULE = auto_init
 
diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
index a23002e7f6c483cca85792265188ec5f81fe4bf1..d8020e8dceb7a79cfd70abba1016ef6e475ce891 100644
--- a/tests/posix_semaphore/Makefile
+++ b/tests/posix_semaphore/Makefile
@@ -1,9 +1,11 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
-                             nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \
-                             nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \
-                             spark-core stm32f0discovery yunjia-nrf51822
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
+                             chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
+                             nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \
+                             nucleo-l053r8 spark-core stm32f0discovery \
+                             yunjia-nrf51822
 
 USEMODULE += fmt
 USEMODULE += posix_semaphore
diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile
index 862dd8b714b22301f357f8a345fee93f3647a108..da3c3cb20012444f7b32ac0b120d75540f08a498 100644
--- a/tests/ps_schedstatistics/Makefile
+++ b/tests/ps_schedstatistics/Makefile
@@ -1,9 +1,10 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \
-                             nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
-                             stm32f0discovery telosb wsn430-v1_3b \
-                             wsn430-v1_4 z1
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
+                             chronos msb-430 msb-430h nucleo-f030r8 \
+                             nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \
+                             nucleo-l031k6 stm32f0discovery telosb \
+                             wsn430-v1_3b wsn430-v1_4 z1
 
 USEMODULE += shell
 USEMODULE += shell_commands
diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile
index aa662e3963aa2a799f2e73f6f13b894ff9cf34c5..f094dbda4929eae0b11fbc75a0825289a0526768 100644
--- a/tests/rmutex/Makefile
+++ b/tests/rmutex/Makefile
@@ -1,7 +1,8 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \
-                             nucleo-l053r8 stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
+                             nucleo-f030r8 nucleo-l053r8 stm32f0discovery
 
 TEST_ON_CI_WHITELIST += all
 
diff --git a/tests/slip/Makefile b/tests/slip/Makefile
index d800f18d1178ed2b8f4405dda15ff41a5f302f0b..6ea1647fadfdf344ce7264289664e744a4914468 100644
--- a/tests/slip/Makefile
+++ b/tests/slip/Makefile
@@ -1,8 +1,10 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
+                             msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
                              nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \
-                             nucleo-f334r8 nucleo-l053r8 stm32f0discovery
+                             nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
+                             waspmote-pro
 
 BOARD_BLACKLIST += mips-malta
 
diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile
index 7621932b873d85728ebbd591742060ec759424fb..cd0a9f5bc112139f617f08f6686dd5e83222d167 100644
--- a/tests/sntp/Makefile
+++ b/tests/sntp/Makefile
@@ -1,9 +1,11 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 \
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
+                             chronos msb-430 msb-430h nucleo-f031k6 \
                              nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \
-                             stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1
+                             stm32f0discovery telosb waspmote-pro \
+                             wsn430-v1_3b wsn430-v1_4 z1
 
 USEMODULE += sntp
 USEMODULE += gnrc_sock_udp