mirror of
https://github.com/containers/podman.git
synced 2026-07-17 02:31:52 -04:00
Skip tarball re-inport test in rawhide for CI
Ref: #19407 Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user