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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-04-11 16:13:03 +02:00
parent 0fb78905c1
commit 0849cbcf83

View File

@ -1131,6 +1131,7 @@ var _ = Describe("Podman checkpoint", func() {
) )
It(testName, func() { It(testName, func() {
Skip("FIXME: #24571 - not working an super flaky, don't waste CI time on it")
podName := "test_pod" podName := "test_pod"
if err := criu.CheckForCriu(criu.PodCriuVersion); err != nil { if err := criu.CheckForCriu(criu.PodCriuVersion); err != nil {