diff --git a/test/system/125-import.bats b/test/system/125-import.bats index 743da85b27..9c97259673 100644 --- a/test/system/125-import.bats +++ b/test/system/125-import.bats @@ -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