From 8780d912fa292133f874f6b0f37cfd2701a15119 Mon Sep 17 00:00:00 2001 From: Ilya Tagunov Date: Thu, 28 Nov 2024 09:49:46 +0000 Subject: [PATCH] tests/storage/stream_flash: add nrf52840dk/nrf52840 to platform_allow If nrf52840dk/nrf52840 is an integration platform, it should also be an allowed platform, otherwise the test run breaks down. Signed-off-by: Ilya Tagunov --- tests/subsys/storage/stream/stream_flash/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/subsys/storage/stream/stream_flash/testcase.yaml b/tests/subsys/storage/stream/stream_flash/testcase.yaml index afcbd28075ef59..7a3f88a0de3b06 100644 --- a/tests/subsys/storage/stream/stream_flash/testcase.yaml +++ b/tests/subsys/storage/stream/stream_flash/testcase.yaml @@ -7,6 +7,8 @@ common: tests: storage.stream_flash: tags: stream_flash + platform_allow: + - nrf52840dk/nrf52840 integration_platforms: - nrf52840dk/nrf52840 storage.stream_flash.simulator.no_explicit_erase: