tests: kernel.common.stack_sentinel: re-enable some platforms

This commit re-enables the following platforms for the
`kernel.common.stack_sentinel` test:
* `hifive1`
* `m2gl025_miv`

These platforms working correctly after Renode was upgraded to 1.15.2 in
the CI.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
Filip Kokosinski 2024-08-30 09:37:54 +02:00 committed by Anas Nashif
commit 55b1570c0d

View file

@ -45,8 +45,6 @@ tests:
extra_args: CONF_FILE=sentinel.conf extra_args: CONF_FILE=sentinel.conf
platform_exclude: platform_exclude:
- qemu_cortex_a9 # FIXME: See issue #39948 - qemu_cortex_a9 # FIXME: See issue #39948
- hifive1 # FIXME: See issue #66070
- m2gl025_miv # FIXME: See issue #66070
tags: kernel tags: kernel
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86