Skip to content

Commit 9039be4

Browse files
committed
tests: m2gl025_miv: exclude slow platform from some tests
This platform is slow on some tests and times out on non-hardware related tests, so exclude it or increase timeout for some of the tests to avoid false negatives in the test results due to timeouts. Signed-off-by: Anas Nashif <[email protected]>
1 parent f9cafd2 commit 9039be4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
crypto.tinycrypt:
33
tags: tinycrypt crypto aes ccm
4-
platform_exclude: qemu_arc_em qemu_arc_hs intel_adsp_cavs15
4+
platform_exclude: qemu_arc_em qemu_arc_hs intel_adsp_cavs15 m2gl025_miv
55
timeout: 300
66
integration_platforms:
77
- native_posix
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests:
22
crypto.tinycrypt.hmac_prng:
33
tags: tinycrypt crypto sha256 hmac prng
4-
platform_exclude: mec15xxevb_assy6853 mec1501modular_assy6885
4+
platform_exclude: mec15xxevb_assy6853 mec1501modular_assy6885 m2gl025_miv
55
integration_platforms:
66
- native_posix

tests/lib/time/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ tests:
22
libraries.libc.time:
33
tags: libc
44
filter: not CONFIG_ARCH_POSIX or CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME
5+
timeout: 180
56
integration_platforms:
67
- mps2_an385

0 commit comments

Comments
 (0)