tests: boot: mcuboot: disable test
Disable test due to observed issues with CONFIG_BUILD_OUTPUT_ADJUST_LMA. Refer to https://github.com/zephyrproject-rtos/zephyr/issues/58080. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
8d8b02ef7d
commit
fc312b096d
|
@ -12,6 +12,7 @@ common:
|
|||
tests:
|
||||
boot.mcuboot:
|
||||
tags: mcuboot
|
||||
skip: true # disabled due to issue #58080
|
||||
platform_allow:
|
||||
- frdm_k64f
|
||||
- mimxrt1060_evk
|
||||
|
|
Loading…
Reference in a new issue