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:
parent
a5413499f1
commit
5e54a64060
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue