boards: microchip: skip flash based CI tests for PolarFire SoC

Microchip's PolarFire SoC has a system controller that utilizes an
external spi flash for performing "auto update" of the FPGA design. This
is not a feauture fully integrated into Zephyr as of yet, so in an
effort to not constantly fail the CI, add flash tag to the ignore list.

Signed-off-by: Conor Paxton <conor.paxton@microchip.com>
This commit is contained in:
Conor Paxton 2024-06-26 23:37:08 +01:00 committed by Alberto Escolar
parent a7e9be60cf
commit ba3456c064
2 changed files with 2 additions and 0 deletions

View file

@ -9,4 +9,5 @@ testing:
ignore_tags:
- net
- bluetooth
- flash
vendor: microchip

View file

@ -9,4 +9,5 @@ testing:
ignore_tags:
- net
- bluetooth
- flash
vendor: microchip