native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
376 B
YAML
15 lines
376 B
YAML
common:
|
|
depends_on: netif
|
|
# FIXME: This test fails very frequently on mps2/an385 due to the system
|
|
# timer stability issues, so keep it disabled until the root cause
|
|
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
|
|
platform_exclude:
|
|
- mps2/an385
|
|
tests:
|
|
net.socket.poll:
|
|
min_ram: 21
|
|
tags:
|
|
- net
|
|
- socket
|
|
- poll
|