Skip to content

Commit 95b18b2

Browse files
author
Tim Zhou
committed
skip the test
Signed-off-by: Tim Zhou <[email protected]>
1 parent d3d2d3a commit 95b18b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/checkpoint_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ var _ = Describe("Podman checkpoint", func() {
332332
})
333333

334334
It("podman checkpoint container with established tcp connections", func() {
335+
Skip("FIXME: #26289 - Rawhide only issue, skip for now")
335336
localRunString := getRunString([]string{REDIS_IMAGE})
336337
session := podmanTest.Podman(localRunString)
337338
session.WaitWithDefaultTimeout()
@@ -1061,6 +1062,7 @@ var _ = Describe("Podman checkpoint", func() {
10611062
})
10621063

10631064
It("podman checkpoint and restore container with different port mappings", func() {
1065+
Skip("FIXME: #26289 - Rawhide only issue, skip for now")
10641066
randomPort, err := utils.GetRandomPort()
10651067
Expect(err).ShouldNot(HaveOccurred())
10661068
localRunString := getRunString([]string{"-p", fmt.Sprintf("%d:6379", randomPort), "--rm", REDIS_IMAGE})
@@ -1364,6 +1366,7 @@ var _ = Describe("Podman checkpoint", func() {
13641366
})
13651367

13661368
It("podman checkpoint and restore containers with --print-stats", func() {
1369+
Skip("FIXME: #26289 - Rawhide only issue, skip for now")
13671370
session1 := podmanTest.Podman(getRunString([]string{REDIS_IMAGE}))
13681371
session1.WaitWithDefaultTimeout()
13691372
Expect(session1).Should(ExitCleanly())

0 commit comments

Comments
 (0)