From 1ffdb14200fc9ad5e920161f290efc0cdaea40dd Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Sat, 21 Sep 2024 07:48:45 +0200 Subject: [PATCH] samples/subsys/pm/*: Don't test on native_posix native_posix is now deprecated. Building this sample in both native_sim and native_posix does not improve coverage for the sample or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for this sample. Signed-off-by: Alberto Escolar Piedras --- samples/subsys/pm/latency/sample.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/subsys/pm/latency/sample.yaml b/samples/subsys/pm/latency/sample.yaml index 2d6f68879c3..6cff279d1cc 100644 --- a/samples/subsys/pm/latency/sample.yaml +++ b/samples/subsys/pm/latency/sample.yaml @@ -3,7 +3,6 @@ sample: tests: sample.pm.latency: platform_allow: - - native_posix - native_sim integration_platforms: - native_sim