Skip to content

Commit 515c981

Browse files
gbarkadiusznashif
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: Arkadiusz Cholewinski <[email protected]>
1 parent 4e75657 commit 515c981

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
@@ -13,5 +13,9 @@ tests:
1313
- kernel
1414
- sleep
1515
- libc
16+
platform_exclude:
17+
- npcx4m8f_evb
18+
- npcx7m6fb_evb
19+
- npcx9m6f_evb
1620
extra_configs:
1721
- CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)