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 {