Skip to content

Commit 4f0ae3a

Browse files
committed
samples: settings: filter out NORDIC_VPR cores from the tested platforms
RISCV_CORE_NORDIC_CORE platforms cannot be tested with settings subsystem as they cannot enable the MRAM driver. Signed-off-by: Riadh Ghaddab <riadh.ghaddab@nordicsemi.no>
1 parent b304c03 commit 4f0ae3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/subsys/settings/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ common:
3535

3636
tests:
3737
sample.subsys.settings.nvs:
38-
filter: dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
38+
filter: dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions") \
39+
and not CONFIG_RISCV_CORE_NORDIC_VPR
3940
platform_exclude:
4041
- nucleo_h723zg
4142
- stm32h735g_disco

0 commit comments

Comments
 (0)