Skip to content

Commit 19df415

Browse files
aescolarcarlescufi
authored andcommitted
samples/posix/env: Change integration platform
There is some instability problems with qemu_riscv32 #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>
1 parent 619dd30 commit 19df415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/posix/env/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common:
77
- native_posix
88
- native_posix/native/64
99
integration_platforms:
10-
- qemu_riscv32
10+
- native_sim
1111
harness: console
1212
harness_config:
1313
type: multi_line

0 commit comments

Comments
 (0)