We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13915f commit 7e612f6Copy full SHA for 7e612f6
test/system/125-import.bats
@@ -49,14 +49,6 @@ load helpers
49
# Integration tag to catch future breakage in tar, e.g. #19407
50
# bats test_tags=distro-integration, ci:parallel
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
# Create a test file following test
61
mkdir $PODMAN_TMPDIR/tmp
62
touch $PODMAN_TMPDIR/testfile1
0 commit comments