samples: net: sockets: disable http_get in test build
Build errors were introduced by the merge of #18736. Until PR #18780 is approved to allow the SimpleLink libraries to build without CONFIG_POSIX_API, this patch excludes cc3235sf_launchxl from the test build. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
89930a4259
commit
3142503ecb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ tests:
|
|||
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
# Forcibly defines CONFIG_POSIX_API, which is incompatible with
|
||||
# CONFIG_NET_SOCKETS_POSIX_NAMES.
|
||||
platform_exclude: cc3220sf_launchxl
|
||||
platform_exclude: cc3220sf_launchxl cc3235sf_launchxl
|
||||
sample.net.sockets.http_get.posix:
|
||||
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
extra_configs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue