diff --git a/tests/drivers/mrf24j40/Makefile b/tests/drivers/mrf24j40/Makefile index 21d76f78290a6..3579e2efff59d 100644 --- a/tests/drivers/mrf24j40/Makefile +++ b/tests/drivers/mrf24j40/Makefile @@ -2,32 +2,6 @@ INCLUDES += -I$(APPDIR) include ../Makefile.drivers_common -# Due to missing Kconfig support, whitelist boards that are known to have a -# working Kconfig dependency resolution. -# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1 - -BOARD_WHITELIST += adafruit-clue \ - adafruit-itsybitsy-nrf52 \ - arduino-nano-33-ble \ - cc2538dk \ - feather-nrf52840 \ - native \ - native64 \ - nrf52840dk \ - nrf52840dongle \ - nrf52840-mdk \ - nucleo-l152re \ - nucleo-f303re \ - nucleo-wl55jc \ - omote \ - openmote-cc2538 \ - reel \ - remote-pa \ - remote-reva \ - remote-revb \ - pba-d-01-kw2x \ - # - USEMODULE += test_utils_netdev_ieee802154_minimal # select the driver to test diff --git a/tests/net/ieee802154_hal/Makefile b/tests/net/ieee802154_hal/Makefile index 6d3eeb519fb09..7a82d9c6c5eb8 100644 --- a/tests/net/ieee802154_hal/Makefile +++ b/tests/net/ieee802154_hal/Makefile @@ -1,31 +1,5 @@ include ../Makefile.net_common -# Due to missing Kconfig support, whitelist boards that are known to have a -# working Kconfig dependency resolution. -# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1 - -BOARD_WHITELIST += adafruit-clue \ - adafruit-itsybitsy-nrf52 \ - arduino-nano-33-ble \ - cc2538dk \ - feather-nrf52840 \ - native \ - native64 \ - nrf52840dk \ - nrf52840dongle \ - nrf52840-mdk \ - nucleo-l152re \ - nucleo-f303re \ - nucleo-wl55jc \ - omote \ - openmote-cc2538 \ - reel \ - remote-pa \ - remote-reva \ - remote-revb \ - pba-d-01-kw2x \ - # - ifneq (,$(filter native native64,$(BOARD))) ZEP_PORT_BASE ?= 17754 TERMFLAGS += -z [::1]:$(ZEP_PORT_BASE) diff --git a/tests/net/ieee802154_submac/Makefile b/tests/net/ieee802154_submac/Makefile index 58c92ad1ffc88..4095cd19ac363 100644 --- a/tests/net/ieee802154_submac/Makefile +++ b/tests/net/ieee802154_submac/Makefile @@ -1,30 +1,4 @@ include ../Makefile.net_common -# -# Due to missing Kconfig support, whitelist boards that are known to have a -# working Kconfig dependency resolution. -# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1 - -BOARD_WHITELIST += adafruit-clue \ - adafruit-itsybitsy-nrf52 \ - arduino-nano-33-ble \ - cc2538dk \ - feather-nrf52840 \ - native \ - native64 \ - nrf52840dk \ - nrf52840dongle \ - nrf52840-mdk \ - nucleo-l152re \ - nucleo-f303re \ - nucleo-wl55jc \ - omote \ - openmote-cc2538 \ - reel \ - remote-pa \ - remote-reva \ - remote-revb \ - pba-d-01-kw2x \ - # USEMODULE += od USEMODULE += shell