Skip tarball re-inport test in rawhide for CI

Ref: #19407

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-08-01 11:20:52 -04:00
parent 5b7dce8a3d
commit 822f2f4952

View File

@@ -45,6 +45,11 @@ load helpers
}
@test "podman export, alter tarball, re-import" {
# Skip this only when running under rawhide in CI, since detecting
# and/or skipping for rawhide outside this environment is unhelpful.
if [[ "$CIRRUS_CI" == "true" ]] && [[ "$DISTRO_NV" == "rawhide" ]]; then
skip "FIXME: #19407 Broken in rawhide: processing tar file(): duplicates of file paths not supported"
fi
# Create a test file following test
mkdir $PODMAN_TMPDIR/tmp