From 0849cbcf83c355e8d36399e823e178f073750c70 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 11 Apr 2025 16:13:03 +0200 Subject: [PATCH] test/e2e: skip flaky restore into pod test It is failing a lot, on the issue (#24571) there is a 100% reproducer so we don't need to gather more data this is simply broken. Reduce our flakes by skiping this until the main issue gets resolved. Signed-off-by: Paul Holzinger --- test/e2e/checkpoint_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go index 0c4a0bb4a0..1498b4fa50 100644 --- a/test/e2e/checkpoint_test.go +++ b/test/e2e/checkpoint_test.go @@ -1131,6 +1131,7 @@ var _ = Describe("Podman checkpoint", func() { ) It(testName, func() { + Skip("FIXME: #24571 - not working an super flaky, don't waste CI time on it") podName := "test_pod" if err := criu.CheckForCriu(criu.PodCriuVersion); err != nil {