File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 33
33
DEBIAN_NAME : " debian-13"
34
34
35
35
# Image identifiers
36
- IMAGE_SUFFIX : " c20250131t121915z -f41f40d13"
36
+ IMAGE_SUFFIX : " c20250210t160846z -f41f40d13"
37
37
38
38
# EC2 images
39
39
FEDORA_AMI : " fedora-aws-${IMAGE_SUFFIX}"
Original file line number Diff line number Diff line change @@ -49,14 +49,6 @@ load helpers
49
49
# Integration tag to catch future breakage in tar, e.g. #19407
50
50
# bats test_tags=distro-integration, ci:parallel
51
51
@test " podman export, alter tarball, re-import" {
52
- # FIXME: #21373 - tar < 1.35 is broken.
53
- # Remove this skip once all VMs are updated to 1.35.2 or above
54
- # (.2, because of #19407)
55
- tar_version=$( tar --version | head -1 | awk ' {print $NF}' | tr -d .)
56
- if [[ $tar_version -lt 135 ]]; then
57
- skip " test requires tar >= 1.35 (you have: $tar_version )"
58
- fi
59
-
60
52
# Create a test file following test
61
53
mkdir $PODMAN_TMPDIR /tmp
62
54
touch $PODMAN_TMPDIR /testfile1
You can’t perform that action at this time.
0 commit comments