Skip to content

Commit

Permalink
tests: blacklist mtd using tests for esp32-wroom-32
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 30, 2020
1 parent d407878 commit d59fd84
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/mtd_mapper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ 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: 3 additions & 0 deletions tests/pkg_littlefs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ 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: 3 additions & 0 deletions tests/pkg_littlefs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ 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: 3 additions & 0 deletions tests/pkg_spiffs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ 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 d59fd84

Please sign in to comment.