mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This commit disables the `arch.interrupt` test on the ARM64 QEMU targets (`qemu_cortex_a53` and `qemu_cortex_a53_smp`) because the nested interrupt test fails when compiled with GCC 12. Revert this commit when the GitHub issue #49491, which tracks this bug, is fixed. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>