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:
parent
45ebd390cf
commit
c2802618df
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
common:
|
||||
depends_on: netif
|
||||
min_ram: 32
|
||||
min_flash: 194
|
||||
tags:
|
||||
- net
|
||||
- socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue