tests: kernel.common.stack_sentinel: exclude m2gl025_miv

This commit excludes the `m2gl025_miv` platform from running the
`kernel.common.stack_sentinel` test. It experiences the same issue as
`hifive1`, which was described in issue #66070.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
Filip Kokosinski 2024-08-27 13:48:26 +02:00 committed by Anas Nashif
commit 77cec9d935

View file

@ -46,6 +46,7 @@ tests:
platform_exclude: platform_exclude:
- qemu_cortex_a9 # FIXME: See issue #39948 - qemu_cortex_a9 # FIXME: See issue #39948
- hifive1 # FIXME: See issue #66070 - hifive1 # FIXME: See issue #66070
- m2gl025_miv # FIXME: See issue #66070
tags: kernel tags: kernel
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86