zephyr/samples/net/sockets/dumb_http_server_mt/sample.yaml
Sylvio Alves 54aa7a9a56 samples: tests: exclude esp32 platform
Remove ESP32 and ESP32S2 from not working samples
and tests. Reason for not working is not enough memory
space in RAM to execute it. This can be worked out as next steps.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2022-05-11 10:47:27 +02:00

14 lines
337 B
YAML

sample:
description: BSD Sockets API multithreaded dumb HTTP server example
name: socket_dumb_http_server_mt
common:
harness: net
min_ram: 128
min_flash: 128
tags: net socket http
tests:
sample.net.sockets.dumb_http_server_mt:
extra_configs:
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
platform_exclude: esp32s2_saola