1tests:
2  kernel.poll:
3    ignore_faults: true
4    tags:
5      - kernel
6      - userspace
7    platform_exclude:
8      - nrf52dk/nrf52810
9  kernel.poll.minimallibc:
10    filter: CONFIG_MINIMAL_LIBC_SUPPORTED
11    ignore_faults: true
12    tags:
13      - kernel
14      - userspace
15      - libc
16    platform_exclude:
17      - nrf52dk/nrf52810
18    extra_configs:
19      - CONFIG_MINIMAL_LIBC=y
20