From 77cec9d935e125dd8c848a25d333bfb127536d5b Mon Sep 17 00:00:00 2001 From: Filip Kokosinski Date: Tue, 27 Aug 2024 13:48:26 +0200 Subject: [PATCH] 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 --- tests/kernel/fatal/exception/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kernel/fatal/exception/testcase.yaml b/tests/kernel/fatal/exception/testcase.yaml index 6a471ab59a3..1786abe0bbe 100644 --- a/tests/kernel/fatal/exception/testcase.yaml +++ b/tests/kernel/fatal/exception/testcase.yaml @@ -46,6 +46,7 @@ tests: platform_exclude: - qemu_cortex_a9 # FIXME: See issue #39948 - hifive1 # FIXME: See issue #66070 + - m2gl025_miv # FIXME: See issue #66070 tags: kernel integration_platforms: - qemu_x86