From 9332c2813e14ba2c6c4624811d4fc3f0c1bdc738 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 25 Nov 2024 13:59:05 +0200 Subject: [PATCH] tests: net: socket: udp: Add min_flash to the test config Add minimum flash requirement to the tests. This will effectively exclude nrf5340dk/nrf5340/cpuapp/ns as it does not have enough flash for the application. Fixes #81862 Signed-off-by: Jukka Rissanen --- tests/net/socket/udp/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/net/socket/udp/testcase.yaml b/tests/net/socket/udp/testcase.yaml index 9ae33f49a73..616c4707247 100644 --- a/tests/net/socket/udp/testcase.yaml +++ b/tests/net/socket/udp/testcase.yaml @@ -5,6 +5,7 @@ common: - socket - udp min_ram: 21 + min_flash: 194 filter: CONFIG_FULL_LIBC_SUPPORTED tests: net.socket.udp: