Commit 4af4fc03 authored by Henrik Brix Andersen's avatar Henrik Brix Andersen Committed by Christopher Friedt
Browse files

samples: modules: canopennode: exclude qemu_x86 from storage build



Exclude the qemu_x86 and qemu_x86_64 boards from the build-only CANopenNode
storage test.

Signed-off-by: default avatarHenrik Brix Andersen <henrik@brixandersen.dk>
parent 22e50370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ tests:
    platform_exclude: nucleo_h723zg nucleo_h743zi nucleo_h745zi_q nucleo_h753zi
  sample.modules.canopennode.program_download:
    build_only: true
    platform_exclude: native_posix native_posix_64 rcar_h3ulcb_cr7
    platform_exclude: native_posix native_posix_64 rcar_h3ulcb_cr7 qemu_x86 qemu_x86_64
    filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions") and
            dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions") and
            dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions") and