Skip to content

Commit

Permalink
tests/mtd_flashpage: blacklist native
Browse files Browse the repository at this point in the history
#15859 exposed a bug in the
handling of FEATURES_REQUIRED_ANY, so #15935
did not run this test, native is currently failing, so blacklist while this
is still the case
  • Loading branch information
fjmolinas committed Feb 16, 2021
1 parent 3cd12d3 commit 227cd98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/mtd_flashpage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ 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

0 comments on commit 227cd98

Please sign in to comment.