diff --git a/acl/tests/kola_enforcing.yaml b/acl/tests/kola_enforcing.yaml index af20f15ba94..1ff96a9d604 100644 --- a/acl/tests/kola_enforcing.yaml +++ b/acl/tests/kola_enforcing.yaml @@ -58,6 +58,9 @@ tests: exceptions: - bootloader: [grub] reason: acl.kdump requires UKI boot (addon-based crashkernel) + - platforms: [qemu] + architectures: [aarch64] + reason: Crash dump under TCG emulation is too slow and I/O-variable to be reliable, aarch64 coverage via Azure. - name: acl.kdump.grub exceptions: @@ -65,6 +68,9 @@ tests: reason: writing /oem/grub.cfg does not persist across reboot on cloud platforms. - bootloader: [uki] reason: acl.kdump.grub is for GRUB images only + - platforms: [qemu] + architectures: [aarch64] + reason: Crash dump under TCG emulation is too slow and I/O-variable to be reliable. - name: acl.ignition.v1.users - name: acl.ignition.v2.users