From 0b7157e3b3cc3b6a59165b9aaf5f0cd27d4c3b35 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 31 Jul 2023 06:58:09 -0600 Subject: [PATCH] CI: e2e: reenable containerized checkpoint tests 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: #15015 Signed-off-by: Ed Santiago --- test/e2e/checkpoint_image_test.go | 1 - test/e2e/checkpoint_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/test/e2e/checkpoint_image_test.go b/test/e2e/checkpoint_image_test.go index 3334fda11b..19cd9f5204 100644 --- a/test/e2e/checkpoint_image_test.go +++ b/test/e2e/checkpoint_image_test.go @@ -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. diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go index 3734570041..566ffa3a9a 100644 --- a/test/e2e/checkpoint_test.go +++ b/test/e2e/checkpoint_test.go @@ -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.