From 95ceacefbf1e9545c29aeefe52d3fb397aeb63f9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 8 Aug 2023 11:33:51 -0400 Subject: [PATCH] Re-enable checkpoint test on Debian SID An unhelpful comment doesn't give any clues why this test was originally skipped on Ubuntu. In any case, now that CI uses Debian SID, re-enable the test hoping that it now functions. Signed-off-by: Chris Evich --- test/e2e/checkpoint_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go index 566ffa3a9a..5a0a99c875 100644 --- a/test/e2e/checkpoint_test.go +++ b/test/e2e/checkpoint_test.go @@ -341,8 +341,6 @@ var _ = Describe("Podman checkpoint", func() { }) It("podman checkpoint container with established tcp connections", func() { - // Broken on Ubuntu. - SkipIfNotFedora() localRunString := getRunString([]string{REDIS_IMAGE}) session := podmanTest.Podman(localRunString) session.WaitWithDefaultTimeout()