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 # eventfd API does not work with native_posix so exclude it here 7 platform_exclude: 8 - mps2/an385 9 - native_posix 10 - native_posix/native/64 11tests: 12 net.socket.service: 13 min_ram: 21 14 tags: 15 - net 16 - socket 17 - poll 18