File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -977,6 +977,9 @@ var _ = Describe("Podman checkpoint", func() {
977
977
})
978
978
979
979
It ("podman checkpoint container with --pre-checkpoint" , func () {
980
+ if podmanTest .Host .Arch == "arm64" {
981
+ Skip ("skip on arm64/aarch64, checkpoint-restore/criu GH issue #2676" )
982
+ }
980
983
SkipIfContainerized ("FIXME: #24230 - no longer works in container testing" )
981
984
if ! criu .MemTrack () {
982
985
Skip ("system (architecture/kernel/CRIU) does not support memory tracking" )
@@ -1010,6 +1013,9 @@ var _ = Describe("Podman checkpoint", func() {
1010
1013
})
1011
1014
1012
1015
It ("podman checkpoint container with --pre-checkpoint and export (migration)" , func () {
1016
+ if podmanTest .Host .Arch == "arm64" {
1017
+ Skip ("skip on arm64/aarch64, checkpoint-restore/criu GH issue #2676" )
1018
+ }
1013
1019
SkipIfContainerized ("FIXME: #24230 - no longer works in container testing" )
1014
1020
SkipIfRemote ("--import-previous is not yet supported on the remote client" )
1015
1021
if ! criu .MemTrack () {
You can’t perform that action at this time.
0 commit comments