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 <wentong.wu@intel.com>
This commit is contained in:
parent
46353438e8
commit
1214736be5
2 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,4 @@ tests:
|
|||
kernel.poll:
|
||||
tags: kernel userspace
|
||||
min_ram: 16
|
||||
platform_exclude: nrf52810_pca10040
|
||||
|
|
|
@ -2,3 +2,4 @@ tests:
|
|||
kernel.sched.preempt:
|
||||
tags: kernel
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52810_pca10040
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue