Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/e2e/checkpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ var _ = Describe("Podman checkpoint", func() {

It("podman checkpoint container with --pre-checkpoint", func() {
if podmanTest.Host.Arch == "arm64" {
Skip("skip on arm64/aarch64, checkpoint-restore/criu GH issue #2676")
Skip("skip on arm64/aarch64, https://github.com/checkpoint-restore/criu/issues/2676")
}
SkipIfContainerized("FIXME: #24230 - no longer works in container testing")
if !criu.MemTrack() {
Expand Down Expand Up @@ -1014,7 +1014,7 @@ var _ = Describe("Podman checkpoint", func() {

It("podman checkpoint container with --pre-checkpoint and export (migration)", func() {
if podmanTest.Host.Arch == "arm64" {
Skip("skip on arm64/aarch64, checkpoint-restore/criu GH issue #2676")
Skip("skip on arm64/aarch64, https://github.com/checkpoint-restore/criu/issues/2676")
}
SkipIfContainerized("FIXME: #24230 - no longer works in container testing")
SkipIfRemote("--import-previous is not yet supported on the remote client")
Expand Down