1tests:
2  kernel.queue:
3    tags:
4      - kernel
5      - userspace
6    ignore_faults: true
7  kernel.queue.minimallibc:
8    filter: CONFIG_MINIMAL_LIBC_SUPPORTED
9    tags:
10      - kernel
11      - userspace
12      - libc
13    ignore_faults: true
14    extra_configs:
15      - CONFIG_MINIMAL_LIBC=y
16