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>
This commit is contained in:
Jun Lin 2025-03-31 14:08:08 +08:00 committed by Benjamin Cabé
commit 5e54a64060

View file

@ -3,6 +3,10 @@ tests:
tags:
- kernel
- sleep
platform_exclude:
- npcx4m8f_evb
- npcx7m6fb_evb
- npcx9m6f_evb
kernel.common.timing.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags: