Skip to content

Commit 0849cbc

Browse files
committed
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 <[email protected]>
1 parent 0fb7890 commit 0849cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/checkpoint_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ var _ = Describe("Podman checkpoint", func() {
11311131
)
11321132

11331133
It(testName, func() {
1134+
Skip("FIXME: #24571 - not working an super flaky, don't waste CI time on it")
11341135
podName := "test_pod"
11351136

11361137
if err := criu.CheckForCriu(criu.PodCriuVersion); err != nil {

0 commit comments

Comments
 (0)