mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 12:49:36 +00: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:
parent
5b7dce8a3d
commit
822f2f4952
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue