From 35ba7dbdf7e45ede15cc9ea17ee85f3df27fd5f6 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 30 Jun 2025 14:48:05 +0200 Subject: [PATCH] tests/lib/c_lib/thrd: Remove filter on NATIVE_APPLICATION It is not possible to build anymore in that mode, so this filter is not needed. Signed-off-by: Alberto Escolar Piedras --- tests/lib/c_lib/thrd/testcase.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/c_lib/thrd/testcase.yaml b/tests/lib/c_lib/thrd/testcase.yaml index d236ed70445..e11360efd2e 100644 --- a/tests/lib/c_lib/thrd/testcase.yaml +++ b/tests/lib/c_lib/thrd/testcase.yaml @@ -9,7 +9,6 @@ common: platform_key: - arch - simulation - filter: not CONFIG_NATIVE_APPLICATION tests: libraries.libc.c11_threads.minimal: tags: minimal_libc