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 <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-11-20 09:35:42 +02:00 committed by Alberto Escolar
commit c2802618df

View file

@ -1,6 +1,7 @@
common:
depends_on: netif
min_ram: 32
min_flash: 194
tags:
- net
- socket