From b0352db95cf5cb7efe3ddfaa61b8b78f1c33849f Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Sun, 24 Nov 2024 01:58:54 -0500 Subject: [PATCH] tests: posix: rwlocks: move filter to testcase.yml common area Similar to #81766, move the filter to the common area. Signed-off-by: Chris Friedt --- tests/posix/rwlocks/testcase.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/posix/rwlocks/testcase.yaml b/tests/posix/rwlocks/testcase.yaml index cee1a2300d7..84a151e60b5 100644 --- a/tests/posix/rwlocks/testcase.yaml +++ b/tests/posix/rwlocks/testcase.yaml @@ -7,10 +7,10 @@ common: platform_key: - arch - simulation + min_flash: 64 + min_ram: 32 tests: - portability.posix.rwlocks: - min_flash: 64 - min_ram: 32 + portability.posix.rwlocks: {} portability.posix.rwlocks.minimal: extra_configs: - CONFIG_MINIMAL_LIBC=y