@@ -332,6 +332,7 @@ var _ = Describe("Podman checkpoint", func() {
332
332
})
333
333
334
334
It ("podman checkpoint container with established tcp connections" , func () {
335
+ Skip ("FIXME: #26289 - Rawhide only issue, skip for now" )
335
336
localRunString := getRunString ([]string {REDIS_IMAGE })
336
337
session := podmanTest .Podman (localRunString )
337
338
session .WaitWithDefaultTimeout ()
@@ -1061,6 +1062,7 @@ var _ = Describe("Podman checkpoint", func() {
1061
1062
})
1062
1063
1063
1064
It ("podman checkpoint and restore container with different port mappings" , func () {
1065
+ Skip ("FIXME: #26289 - Rawhide only issue, skip for now" )
1064
1066
randomPort , err := utils .GetRandomPort ()
1065
1067
Expect (err ).ShouldNot (HaveOccurred ())
1066
1068
localRunString := getRunString ([]string {"-p" , fmt .Sprintf ("%d:6379" , randomPort ), "--rm" , REDIS_IMAGE })
@@ -1364,6 +1366,7 @@ var _ = Describe("Podman checkpoint", func() {
1364
1366
})
1365
1367
1366
1368
It ("podman checkpoint and restore containers with --print-stats" , func () {
1369
+ Skip ("FIXME: #26289 - Rawhide only issue, skip for now" )
1367
1370
session1 := podmanTest .Podman (getRunString ([]string {REDIS_IMAGE }))
1368
1371
session1 .WaitWithDefaultTimeout ()
1369
1372
Expect (session1 ).Should (ExitCleanly ())
0 commit comments