samples/net/sockets: Exclude intel_adsp boards

These are getting build failures due to some kind of devicetree
console definition missing.  These devices don't do networking, and
strictly don't even have a proper console device (logging is done via
a host mechanism).  Probably fixable.  Not worth the trouble.  Filter.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2021-08-31 15:16:39 -07:00 committed by Anas Nashif
commit 97fb8fa869
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ common:
min_ram: 32
min_flash: 96
tags: net socket
platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25
tests:
sample.net.sockets.dumb_http_server:
extra_configs:

View file

@ -7,4 +7,5 @@ sample:
name: websocket_client
tests:
sample.net.sockets.websocket_client:
platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25
harness: net