From 822f2f4952cf1c8b81dd024a4e271a55c9ca3e40 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 1 Aug 2023 11:20:52 -0400 Subject: [PATCH] Skip tarball re-inport test in rawhide for CI Ref: #19407 Signed-off-by: Chris Evich --- test/system/125-import.bats | 5 +++++ 1 file changed, 5 insertions(+) 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