tests: blacklist mtd using tests for esp32-wroom-32
This commit is contained in:
parent
d407878bc5
commit
d59fd84bff
@ -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,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,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,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user