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: 7 - mps2/an385 8 - native_posix/native/64 9 - native_posix 10tests: 11 net.socket.poll: 12 min_ram: 21 13 tags: 14 - net 15 - socket 16 - poll 17