From 4f152b2a8134d48c79bccdfd558cb76ae70dce28 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Sat, 21 Sep 2024 09:20:15 +0200 Subject: [PATCH] tests/ztest: Don't test on native_posix native_posix is now deprecated. Building these tests in both native_sim and native_posix does not improve coverage for the tests or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for these. Signed-off-by: Alberto Escolar Piedras --- tests/ztest/base/testcase.yaml | 1 - tests/ztest/fail/testcase.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/ztest/base/testcase.yaml b/tests/ztest/base/testcase.yaml index 5cbc7b38ccb..2b6107cd204 100644 --- a/tests/ztest/base/testcase.yaml +++ b/tests/ztest/base/testcase.yaml @@ -7,7 +7,6 @@ tests: testing.ztest.base.cpp: extra_args: CONF_FILE=prj_cpp.conf platform_allow: - - native_posix - native_sim - native_sim/native/64 integration_platforms: diff --git a/tests/ztest/fail/testcase.yaml b/tests/ztest/fail/testcase.yaml index ef6d42b49ec..5b630a5d122 100644 --- a/tests/ztest/fail/testcase.yaml +++ b/tests/ztest/fail/testcase.yaml @@ -6,7 +6,6 @@ common: - test_framework # test has dependencies on host libc platform_allow: - - native_posix - native_sim - native_sim/native/64 integration_platforms: