Skip to content

Commit 4f152b2

Browse files
aescolarnashif
authored andcommitted
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 <[email protected]>
1 parent 6593f2b commit 4f152b2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/ztest/base/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ tests:
77
testing.ztest.base.cpp:
88
extra_args: CONF_FILE=prj_cpp.conf
99
platform_allow:
10-
- native_posix
1110
- native_sim
1211
- native_sim/native/64
1312
integration_platforms:

tests/ztest/fail/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ common:
66
- test_framework
77
# test has dependencies on host libc
88
platform_allow:
9-
- native_posix
109
- native_sim
1110
- native_sim/native/64
1211
integration_platforms:

0 commit comments

Comments
 (0)