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>
13 lines
239 B
YAML
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
|