Merge pull request #19449 from edsantiago/reenable_container_checkpoint_tests

CI: e2e: reenable containerized checkpoint tests
This commit is contained in:
OpenShift Merge Robot 2023-07-31 17:42:17 +02:00 committed by GitHub
commit d351d47d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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.

View File

@ -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.