From 7bfbc937e6c41451d1e00c389ec9164a4cd4e02d Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Fri, 17 May 2024 15:56:41 +0300 Subject: [PATCH] tests: openthread: Disable native_posix board Eventfd is not compatible with native_posix so disable testing for it. Signed-off-by: Jukka Rissanen --- tests/subsys/openthread/testcase.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/subsys/openthread/testcase.yaml b/tests/subsys/openthread/testcase.yaml index c019aa9a8c5..163024d86b7 100644 --- a/tests/subsys/openthread/testcase.yaml +++ b/tests/subsys/openthread/testcase.yaml @@ -1,9 +1,10 @@ common: platform_allow: - - native_posix - - native_posix/native/64 - native_sim - native_sim/native/64 + platform_exclude: + - native_posix/native/64 + - native_posix integration_platforms: - native_sim tags: