From cc4e5f2d00e6007d2bc0a4dd1cf7f56ec0e30848 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 12 Jun 2025 12:20:31 -0400 Subject: [PATCH] System tests: skip `checkpoint --export , with volumes` on rawhide Ref: https://github.com/containers/crun/issues/1770 Signed-off-by: Lokesh Mandvekar --- test/system/520-checkpoint.bats | 4 ++++ test/tmt/system.sh | 2 ++ 2 files changed, 6 insertions(+) diff --git a/test/system/520-checkpoint.bats b/test/system/520-checkpoint.bats index a581f1bf47..b138238693 100644 --- a/test/system/520-checkpoint.bats +++ b/test/system/520-checkpoint.bats @@ -132,6 +132,10 @@ function setup() { # bats test_tags=ci:parallel @test "podman checkpoint --export, with volumes" { + if [[ -n "$HOST_DISTRO_NAME" && "$HOST_DISTRO_NAME" == "fedora" ]] && [[ -n "$HOST_DISTRO_RELEASE" && "$HOST_DISTRO_RELEASE" == "43" ]]; then + skip "Broken on Fedora 43: https://github.com/containers/crun/issues/1770" + fi + skip_if_remote "Test uses --root/--runroot, which are N/A over remote" local p_opts="$(podman_isolation_opts ${PODMAN_TMPDIR}) --events-backend file" diff --git a/test/tmt/system.sh b/test/tmt/system.sh index 3cd29dae03..0a98fc11b0 100644 --- a/test/tmt/system.sh +++ b/test/tmt/system.sh @@ -4,6 +4,8 @@ set -exo pipefail uname -r +cat /etc/os-release + loginctl enable-linger "$ROOTLESS_USER" rpm -q \