From 932e8708b194500a7468ab9d206861eeaaccb3f7 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Fri, 22 Nov 2024 07:10:17 -0500 Subject: [PATCH] tests: posix: single_process: correct typo and filter What looks to be a copy-paste typo was not caught in code review. Change .rwlocks to nothing and move the filter to the common area. Signed-off-by: Chris Friedt --- tests/posix/single_process/testcase.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/posix/single_process/testcase.yaml b/tests/posix/single_process/testcase.yaml index a8f8a54c140..ce226e9dc9d 100644 --- a/tests/posix/single_process/testcase.yaml +++ b/tests/posix/single_process/testcase.yaml @@ -7,10 +7,10 @@ common: platform_key: - arch - simulation + min_flash: 64 + min_ram: 32 tests: - portability.single_process.rwlocks: - min_flash: 64 - min_ram: 32 + portability.single_process: {} portability.posix.single_process.minimal: extra_configs: - CONFIG_MINIMAL_LIBC=y