Skip to content

Commit 5e54a64

Browse files
ChiHuaLkartben
authored andcommitted
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 <[email protected]>
1 parent a541349 commit 5e54a64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/kernel/sleep/testcase.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ tests:
33
tags:
44
- kernel
55
- sleep
6+
platform_exclude:
7+
- npcx4m8f_evb
8+
- npcx7m6fb_evb
9+
- npcx9m6f_evb
610
kernel.common.timing.minimallibc:
711
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
812
tags:

0 commit comments

Comments
 (0)