mirror of https://github.com/containers/podman.git
Merge pull request #19449 from edsantiago/reenable_container_checkpoint_tests
CI: e2e: reenable containerized checkpoint tests
This commit is contained in:
commit
d351d47d49
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue