Skip to content

Commit

Permalink
Merge pull request #19449 from edsantiago/reenable_container_checkpoi…
Browse files Browse the repository at this point in the history
…nt_tests

CI: e2e: reenable containerized checkpoint tests
  • Loading branch information
openshift-merge-robot authored Jul 31, 2023
2 parents 330e519 + 0b7157e commit d351d47
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 d351d47

Please sign in to comment.