samples: flash_shell: Add board to platform_exclude list

Exclude Arduino Portenta H7 because the flash driver isn't
supported yet on the M4 core.

Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit is contained in:
Benjamin Björnsson 2022-08-08 18:04:33 +02:00 committed by Maureen Helm
parent f3cf86eaa2
commit 2ba91ce850

View file

@ -6,6 +6,6 @@ tests:
sample.drivers.flash.shell:
tags: flash shell
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4 gd32f350r_eval
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4 gd32f350r_eval arduino_portenta_h7_m4
harness: keyboard
min_ram: 12