Skip to content

Commit d7765cc

Browse files
de-nordicmmahadevan108
authored andcommitted
tests/stream_flash: Disable SPI_NOR on nrf54l devices
The stream flash test has been written with SoC internal storage in mind and its simplified structure does not take into account possibility of existence of devices with different erase characteristics, at run time. The commit fixes the test failing with Nordic bords that have CONFIG_SPI_NOR=y set by default, which made test to behave like device with erase capability has been tested. The commit sets CONFIG_SPI_NOR=n for nrf54l devices. Fixes #79181 Signed-off-by: Dominik Ermel <[email protected]>
1 parent 39042dc commit d7765cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/subsys/storage/stream/stream_flash/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ tests:
1515
storage.stream_flash.no_explicit_erase:
1616
platform_allow:
1717
- nrf54l15dk/nrf54l15/cpuapp
18+
extra_args:
19+
- CONFIG_SPI_NOR=n
1820
storage.stream_flash.dword_wbs:
1921
extra_args: DTC_OVERLAY_FILE=unaligned_flush.overlay
2022
tags: stream_flash

0 commit comments

Comments
 (0)