zephyr/tests/kernel/sleep/testcase.yaml
Jun Lin 5e54a64060 tests: kernel/sleep: exclude npcx platforms from the test
According the specification, in extreme cases, the deviation of the APB
clock and LFCLK clock can reach up to +/-1% (+/- 10ms).
Therefore, exclude npcx platforms from the test because it required 1ms
accuracy.

fixes: #66185

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
2025-04-04 07:42:30 +02:00

18 lines
335 B
YAML

tests:
kernel.common.timing:
tags:
- kernel
- sleep
platform_exclude:
- npcx4m8f_evb
- npcx7m6fb_evb
- npcx9m6f_evb
kernel.common.timing.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- kernel
- sleep
- libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y