tests: tinycrypt: disable for ARC QEMU platforms
Even though ARC QEMU has received advanced multiplication instructions support recently the ARC QEMU in the latest Zephyr SDK still misses them, so tinycrypt may execute too long and reach timeout in case of execution on slow host. Disable tinycrypt for ARC QEMU platforms till we update ARC QEMU in Zephyr SDK. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
This commit is contained in:
parent
ea00ff32fe
commit
18081e7f11
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
tests:
|
||||
crypto.tinycrypt:
|
||||
tags: tinycrypt crypto aes ccm
|
||||
platform_exclude: qemu_arc_em qemu_arc_hs
|
||||
timeout: 300
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue