samples/posix/env: Change integration platform
There is some instability problems with qemu_riscv32 https://github.com/zephyrproject-rtos/zephyr/issues/72858 which cause this sample test to fail in CI at random. Let's change the integration platform to a reliable one, so this test focuses on the sample and does not produce false test failures due to the platform. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
619dd3022d
commit
19df415f91
1 changed files with 1 additions and 1 deletions
2
samples/posix/env/sample.yaml
vendored
2
samples/posix/env/sample.yaml
vendored
|
@ -7,7 +7,7 @@ common:
|
|||
- native_posix
|
||||
- native_posix/native/64
|
||||
integration_platforms:
|
||||
- qemu_riscv32
|
||||
- native_sim
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue