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:
Eugeniy Paltsev 2021-02-06 00:18:19 +03:00 committed by Anas Nashif
commit 18081e7f11

View file

@ -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