zephyr/tests/net/socket/getnameinfo/testcase.yaml
Jukka Rissanen 6924b0d49a tests: net: Exclude native_posix because of socket service
The native_posix board does not work well with eventfd so disable
it with tests that use socket service API.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-20 14:25:44 +03:00

13 lines
239 B
YAML

common:
depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED
platform_exclude:
- native_posix
- native_posix/native/64
tests:
net.socket.get_name_info:
min_ram: 21
tags:
- net
- socket
- userspace