System tests: skip `checkpoint --export , with volumes` on rawhide

Ref: https://github.com/containers/crun/issues/1770

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2025-06-12 12:20:31 -04:00
parent 1e04df5ec4
commit cc4e5f2d00
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD
2 changed files with 6 additions and 0 deletions

View File

@ -132,6 +132,10 @@ function setup() {
# bats test_tags=ci:parallel # bats test_tags=ci:parallel
@test "podman checkpoint --export, with volumes" { @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" skip_if_remote "Test uses --root/--runroot, which are N/A over remote"
local p_opts="$(podman_isolation_opts ${PODMAN_TMPDIR}) --events-backend file" local p_opts="$(podman_isolation_opts ${PODMAN_TMPDIR}) --events-backend file"

View File

@ -4,6 +4,8 @@ set -exo pipefail
uname -r uname -r
cat /etc/os-release
loginctl enable-linger "$ROOTLESS_USER" loginctl enable-linger "$ROOTLESS_USER"
rpm -q \ rpm -q \