Skip to content

Commit cdeddea

Browse files
carlescufinashif
authored andcommitted
tests: mspi: flash: Use platform_allow for the no-multithreading test
Since many boards enable features that require multithreading (e.g. USB) that conflict directly with the `CONFIG_MULTITHREADING=n` required for the test variant, and the filter: filter: dt_alias_exists("mspi0") and CONFIG_FLASH_MSPI_NOR does not work since that requires Devicetree and Kconfig building successfully, which is not the case here (Kconfig fails since dependencies are not met). Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
1 parent ee71b30 commit cdeddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/drivers/mspi/flash/testcase.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests:
3838
- CONFIG_MSPI_DW_HANDLE_FIFOS_IN_SYSTEM_WORKQUEUE=y
3939
drivers.mspi.flash.mspi_nor_no_multithreading:
4040
filter: dt_alias_exists("mspi0") and CONFIG_FLASH_MSPI_NOR
41-
integration_platforms:
41+
platform_allow:
4242
- nrf54h20dk/nrf54h20/cpuapp
4343
extra_configs:
4444
- CONFIG_MULTITHREADING=n

0 commit comments

Comments
 (0)