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:
Wentong Wu 2019-04-04 17:35:12 +08:00 committed by Anas Nashif
commit 1214736be5
2 changed files with 2 additions and 0 deletions

View file

@ -2,3 +2,4 @@ tests:
kernel.poll:
tags: kernel userspace
min_ram: 16
platform_exclude: nrf52810_pca10040

View file

@ -2,3 +2,4 @@ tests:
kernel.sched.preempt:
tags: kernel
filter: not CONFIG_SMP
platform_exclude: nrf52810_pca10040