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