From c2802618df89b4f7b820b47ba6f0f024c8caa0a6 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 20 Nov 2024 09:35:42 +0200 Subject: [PATCH] tests: net: socket: tcp: 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 #81608 Signed-off-by: Jukka Rissanen --- tests/net/socket/tcp/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/net/socket/tcp/testcase.yaml b/tests/net/socket/tcp/testcase.yaml index 1bf87a17e9e..a7593ffcdd3 100644 --- a/tests/net/socket/tcp/testcase.yaml +++ b/tests/net/socket/tcp/testcase.yaml @@ -1,6 +1,7 @@ common: depends_on: netif min_ram: 32 + min_flash: 194 tags: - net - socket