1common:
2  depends_on: netif
3  # FIXME: This test fails very frequently on mps2_an385 due to the system
4  #        timer stability issues, so keep it disabled until the root cause
5  #        is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
6  platform_exclude: mps2_an385
7tests:
8  net.socket.poll:
9    min_ram: 21
10    tags:
11      - net
12      - socket
13      - poll
14