Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test/e2e/checkpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ var _ = Describe("Podman checkpoint", func() {
})

It("podman checkpoint container with established tcp connections", func() {
Skip("FIXME: #26289 - Rawhide only issue, skip for now")
localRunString := getRunString([]string{REDIS_IMAGE})
session := podmanTest.Podman(localRunString)
session.WaitWithDefaultTimeout()
Expand Down Expand Up @@ -406,8 +405,6 @@ var _ = Describe("Podman checkpoint", func() {
})

It("podman restore container with tcp-close", func() {
Skip("FIXME: #26289 - Rawhide only issue, skip for now")

// Start a container with redis (which listens on tcp port)
localRunString := getRunString([]string{REDIS_IMAGE})
session := podmanTest.Podman(localRunString)
Expand Down Expand Up @@ -1113,7 +1110,6 @@ var _ = Describe("Podman checkpoint", func() {
})

It("podman checkpoint and restore container with different port mappings", func() {
Skip("FIXME: #26289 - Rawhide only issue, skip for now")
randomPort, err := utils.GetRandomPort()
Expect(err).ShouldNot(HaveOccurred())
localRunString := getRunString([]string{"-p", fmt.Sprintf("%d:6379", randomPort), "--rm", REDIS_IMAGE})
Expand Down Expand Up @@ -1417,7 +1413,6 @@ var _ = Describe("Podman checkpoint", func() {
})

It("podman checkpoint and restore containers with --print-stats", func() {
Skip("FIXME: #26289 - Rawhide only issue, skip for now")
session1 := podmanTest.Podman(getRunString([]string{REDIS_IMAGE}))
session1.WaitWithDefaultTimeout()
Expect(session1).Should(ExitCleanly())
Expand Down
1 change: 0 additions & 1 deletion test/system/520-checkpoint.bats
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ function setup() {

# bats test_tags=ci:parallel
@test "podman checkpoint --export, with volumes" {
skip "FIXME: #26289 - Rawhide only issue, skip for now"
skip_if_remote "Test uses --root/--runroot, which are N/A over remote"

local p_opts="$(podman_isolation_opts ${PODMAN_TMPDIR}) --events-backend file"
Expand Down