Skip to content

Commit

Permalink
Skip test: podman load compressed tar file
Browse files Browse the repository at this point in the history
Ref: containers#15944

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Sep 26, 2022
1 parent aaeabb0 commit 0683853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ var _ = Describe("Podman load", func() {
})

It("podman load compressed tar file", func() {
info := GetHostDistributionInfo()
if info.Distribution == "fedora" && info.Version == "37" {
Skip("https://github.com/containers/podman/issues/15944")
}
outfile := filepath.Join(podmanTest.TempDir, "alpine.tar")

save := podmanTest.Podman([]string{"save", "-o", outfile, ALPINE})
Expand Down

0 comments on commit 0683853

Please sign in to comment.