Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/stream_flash: Remove CONFIG_MPU_ALLOW_FLASH_WRITE=y #81868

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions tests/subsys/storage/stream/stream_flash/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ common:
tests:
storage.stream_flash:
tags: stream_flash
integration_platforms:
- nrf52840dk/nrf52840
storage.stream_flash.simulator.no_explicit_erase:
extra_args:
- CONFIG_STREAM_FLASH_ERASE=n
Expand All @@ -24,11 +26,3 @@ tests:
extra_configs:
- CONFIG_STREAM_FLASH_ERASE=n
tags: stream_flash
storage.stream_flash.mpu_allow_flash_write:
extra_configs:
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
platform_allow:
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
tags: stream_flash
Loading