Skip to content

Commit

Permalink
tests: remove esp32-wroom-32 from blacklist of mtd using tests
Browse files Browse the repository at this point in the history
This reverts commit d59fd84.
  • Loading branch information
leandrolanzieri committed Oct 8, 2020
1 parent d3da896 commit d59eaa3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions tests/mtd_mapper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ include ../Makefile.tests_common
USEMODULE += mtd_mapper
USEMODULE += embunit

# disabling due to unknown failure. See #15123.
TEST_ON_CI_BLACKLIST += esp32-wroom-32

include $(RIOTBASE)/Makefile.include
3 changes: 0 additions & 3 deletions tests/pkg_littlefs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ include ../Makefile.tests_common
USEMODULE += littlefs
USEMODULE += embunit

# disabling due to unknown failure. See #15123.
TEST_ON_CI_BLACKLIST += esp32-wroom-32

include $(RIOTBASE)/Makefile.include
3 changes: 0 additions & 3 deletions tests/pkg_littlefs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ include ../Makefile.tests_common
USEPKG += littlefs2
USEMODULE += embunit

# disabling due to unknown failure. See #15123.
TEST_ON_CI_BLACKLIST += esp32-wroom-32

include $(RIOTBASE)/Makefile.include
3 changes: 0 additions & 3 deletions tests/pkg_spiffs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ include ../Makefile.tests_common
USEMODULE += spiffs
USEMODULE += embunit

# disabling due to unknown failure. See #15123.
TEST_ON_CI_BLACKLIST += esp32-wroom-32

include $(RIOTBASE)/Makefile.include

0 comments on commit d59eaa3

Please sign in to comment.