Skip to content

Commit 3582c02

Browse files
committed
drivers: mspi: flash: remove no_multithreading test
nrf54h20 needs multithreading because the mram driver depends on it. Remove this test as MULTITHREADING should be selected for the nrf54h20 and disabling it will cause a dependency loop fault. Signed-off-by: Riadh Ghaddab <riadh.ghaddab@nordicsemi.no>
1 parent 24001ed commit 3582c02

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/drivers/mspi/flash/testcase.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,3 @@ tests:
3636
- nrf54h20dk/nrf54h20/cpuapp
3737
extra_configs:
3838
- CONFIG_MSPI_DW_HANDLE_FIFOS_IN_SYSTEM_WORKQUEUE=y
39-
drivers.mspi.flash.mspi_nor_no_multithreading:
40-
filter: dt_alias_exists("mspi0") and CONFIG_FLASH_MSPI_NOR
41-
platform_allow:
42-
- nrf54h20dk/nrf54h20/cpuapp
43-
extra_configs:
44-
- CONFIG_MULTITHREADING=n

0 commit comments

Comments
 (0)