From d98d6c1e7c8a68a3ecc1fa348886a86856ec8795 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 16 Feb 2021 21:52:00 +0100 Subject: [PATCH] tests/mtd_flashpage: remove native from blacklist --- tests/mtd_flashpage/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/mtd_flashpage/Makefile b/tests/mtd_flashpage/Makefile index 4ec09dc3cf..4ebfdfb69b 100644 --- a/tests/mtd_flashpage/Makefile +++ b/tests/mtd_flashpage/Makefile @@ -3,10 +3,4 @@ include ../Makefile.tests_common USEMODULE += mtd_flashpage USEMODULE += embunit -# https://github.com/RIOT-OS/RIOT/pull/15859 exposed a bug in the -# handling of FEATURES_REQUIRED_ANY, so https://github.com/RIOT-OS/RIOT/pull/15935 -# did not run unittests, native is currently failing, so blacklist while this -# is still the case -FEATURES_BLACKLIST += arch_native - include $(RIOTBASE)/Makefile.include