mirror of
https://github.com/containers/podman.git
synced 2026-07-12 00:05:01 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user