tests: work: exclude hifive1 board
Exclude hifive1 board from tests/kernel/workq/work/kernel.work, this board has a issue with this test suite and block all related CI. Signed-off-by: Lixin Guo <lixinx.guo@intel.com>
This commit is contained in:
parent
ddfb3a193c
commit
d7bbfabfc3
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ tests:
|
|||
kernel.work.api:
|
||||
min_flash: 34
|
||||
tags: kernel
|
||||
# this patform fails to run due to #40376, all
|
||||
# the related CI checks got blocked, so exclude it.
|
||||
platform_exclude: hifive1
|
||||
kernel.work.api.linker_generator:
|
||||
platform_allow: qemu_cortex_m3
|
||||
min_flash: 34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue