Skip to content

Commit

Permalink
CI: e2e: reenable containerized checkpoint tests
Browse files Browse the repository at this point in the history
And lo, a miracle occurred. Containerized checkpoint tests are
no longer hanging. Reenable them.

(Followup miracle: tests are still passing, after a year of not
running!)

Closes: containers#15015

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Jul 31, 2023
1 parent b6a52f1 commit 0b7157e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/e2e/checkpoint_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
var _ = Describe("Podman checkpoint", func() {

BeforeEach(func() {
SkipIfContainerized("FIXME: #15015. All checkpoint tests hang when containerized.")
SkipIfRootless("checkpoint not supported in rootless mode")
// Check if the runtime implements checkpointing. Currently only
// runc's checkpoint/restore implementation is supported.
Expand Down
1 change: 0 additions & 1 deletion test/e2e/checkpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ var _ = Describe("Podman checkpoint", func() {

BeforeEach(func() {
SkipIfRootless("checkpoint not supported in rootless mode")
SkipIfContainerized("FIXME: #15015. All checkpoint tests hang when containerized.")

// Check if the runtime implements checkpointing. Currently only
// runc's checkpoint/restore implementation is supported.
Expand Down

0 comments on commit 0b7157e

Please sign in to comment.