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:
Alberto Escolar Piedras 2024-05-16 11:49:25 +02:00 committed by Carles Cufí
commit 19df415f91

View file

@ -7,7 +7,7 @@ common:
- native_posix - native_posix
- native_posix/native/64 - native_posix/native/64
integration_platforms: integration_platforms:
- qemu_riscv32 - native_sim
harness: console harness: console
harness_config: harness_config:
type: multi_line type: multi_line