1common:
2  depends_on: netif
3  min_ram: 21
4  tags:
5    - net
6    - socket
7    - userspace
8  filter: TOOLCHAIN_HAS_NEWLIB == 1
9  # FIXME: This test fails very frequently on mps2_an385 due to the system
10  #        timer stability issues, so keep it disabled until the root cause
11  #        is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
12  platform_exclude: mps2_an385
13tests:
14  net.socket.select:
15    extra_configs:
16      - CONFIG_NET_TC_THREAD_COOPERATIVE=y
17  net.socket.select.preempt:
18    extra_configs:
19      - CONFIG_NET_TC_THREAD_PREEMPTIVE=y
20