Skip to content

Commit

Permalink
tests: kernel: xip: exclude qemu_riscv32_xip
Browse files Browse the repository at this point in the history
This board seems to have issue with data alignemnt after 843f66f and is
failing in CI. Exclude it while the problem is investigated.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri committed Sep 22, 2023
1 parent 2e5f566 commit 3415905
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/kernel/xip/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ tests:
integration_platforms:
- qemu_arc_em
- qemu_x86_xip
platform_exclude:
- qemu_riscv32_xip # See issue #62975
arch.common.xip.minimallibc:
filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
Expand All @@ -15,5 +17,7 @@ tests:
integration_platforms:
- qemu_arc_em
- qemu_x86_xip
platform_exclude:
- qemu_riscv32_xip # See issue #62975
extra_configs:
- CONFIG_MINIMAL_LIBC=y

0 comments on commit 3415905

Please sign in to comment.