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:
parent
0fb78905c1
commit
0849cbcf83
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue