mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
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:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user