From 02d988e784f03a2dbfb3d672399821db350709d0 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 17 May 2024 09:59:50 +0200 Subject: [PATCH] tests/posix/env: Remove arch posix filter This test runs fine in "native" targets based on the toolchain and C library filtering. As there is no need to exclude this architecture, let's remove the exclusion to improve coverage. Signed-off-by: Alberto Escolar Piedras --- tests/posix/env/testcase.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/posix/env/testcase.yaml b/tests/posix/env/testcase.yaml index 305fdfff5f8..4648743bbaf 100644 --- a/tests/posix/env/testcase.yaml +++ b/tests/posix/env/testcase.yaml @@ -1,7 +1,5 @@ common: filter: not CONFIG_NATIVE_LIBC - arch_exclude: - - posix integration_platforms: - qemu_riscv64 tags: posix