test/system: skip podman checkpoint --export, with volumes on aarch64

It fails due some selinux problem, #28576.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2026-04-23 20:48:55 +02:00
parent 46aa8b83a4
commit d01cd46830

View File

@@ -134,6 +134,7 @@ function setup() {
# bats test_tags=ci:parallel
@test "podman checkpoint --export, with volumes" {
skip_if_aarch64 "FIXME #28576: selinux problem only on aarch64"
skip_if_remote "Test uses --root/--runroot, which are N/A over remote"
local p_opts="$(podman_isolation_opts ${PODMAN_TMPDIR}) --events-backend file"