samples: sockets: exclude nrf5340dk with TF-M from http_server
When the sample is built for this platform a build error is generated due to ROM being overflowed. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
6a7449da15
commit
7c4abb1eb9
1 changed files with 1 additions and 0 deletions
|
@ -13,5 +13,6 @@ common:
|
|||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow.
|
||||
tests:
|
||||
sample.net.sockets.http.server: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue