1tests:
2  kernel.common.timing:
3    tags:
4      - kernel
5      - sleep
6    platform_exclude:
7      - npcx4m8f_evb
8      - npcx7m6fb_evb
9      - npcx9m6f_evb
10  kernel.common.timing.minimallibc:
11    filter: CONFIG_MINIMAL_LIBC_SUPPORTED
12    tags:
13      - kernel
14      - sleep
15      - libc
16    platform_exclude:
17      - npcx4m8f_evb
18      - npcx7m6fb_evb
19      - npcx9m6f_evb
20    extra_configs:
21      - CONFIG_MINIMAL_LIBC=y
22