zephyr/samples/posix/env/sample.yaml
Alberto Escolar Piedras 19df415f91 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>
2024-05-17 15:07:46 +02:00

20 lines
358 B
YAML

sample:
description: posix env sample
name: posix env
common:
tags: posix env
platform_exclude:
- native_posix
- native_posix/native/64
integration_platforms:
- native_sim
harness: console
harness_config:
type: multi_line
regex:
- "BOARD=.*"
- "BUILD_VERSION=.*"
- "ALERT=.*"
tests:
sample.posix.env: {}