Skip to content

Commit 1214736

Browse files
wentongwunashif
authored andcommitted
tests: disable kernel.sched.preempt and kernel.poll on nrf52810_pca10040
on platform nrf52810_pca10040, the remaining sram space is not enough to build test cases kernel.sched.preempt and kernel.poll, temporary exclude nrf52810_pca10040 on that two cases, will open them when issue is fixed. Signed-off-by: Wentong Wu <[email protected]>
1 parent 4635343 commit 1214736

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/kernel/poll/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ tests:
22
kernel.poll:
33
tags: kernel userspace
44
min_ram: 16
5+
platform_exclude: nrf52810_pca10040

tests/kernel/sched/preempt/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ tests:
22
kernel.sched.preempt:
33
tags: kernel
44
filter: not CONFIG_SMP
5+
platform_exclude: nrf52810_pca10040

0 commit comments

Comments
 (0)