zephyr/tests/kernel/sleep/testcase.yaml
Arkadiusz Cholewinski 515c98139f 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: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
2025-04-29 20:10:14 -04:00

21 lines
421 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
platform_exclude:
- npcx4m8f_evb
- npcx7m6fb_evb
- npcx9m6f_evb
extra_configs:
- CONFIG_MINIMAL_LIBC=y