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 <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
7cdf40541b
commit
9332c2813e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ common:
|
||||||
- socket
|
- socket
|
||||||
- udp
|
- udp
|
||||||
min_ram: 21
|
min_ram: 21
|
||||||
|
min_flash: 194
|
||||||
filter: CONFIG_FULL_LIBC_SUPPORTED
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
||||||
tests:
|
tests:
|
||||||
net.socket.udp:
|
net.socket.udp:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue