File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -978,7 +978,7 @@ var _ = Describe("Podman checkpoint", func() {
978978
979979 It ("podman checkpoint container with --pre-checkpoint" , func () {
980980 if podmanTest .Host .Arch == "arm64" {
981- Skip ("skip on arm64/aarch64, checkpoint-restore/criu GH issue # 2676" )
981+ Skip ("skip on arm64/aarch64, https://github.com/ checkpoint-restore/criu/issues/ 2676" )
982982 }
983983 SkipIfContainerized ("FIXME: #24230 - no longer works in container testing" )
984984 if ! criu .MemTrack () {
@@ -1014,7 +1014,7 @@ var _ = Describe("Podman checkpoint", func() {
10141014
10151015 It ("podman checkpoint container with --pre-checkpoint and export (migration)" , func () {
10161016 if podmanTest .Host .Arch == "arm64" {
1017- Skip ("skip on arm64/aarch64, checkpoint-restore/criu GH issue # 2676" )
1017+ Skip ("skip on arm64/aarch64, https://github.com/ checkpoint-restore/criu/issues/ 2676" )
10181018 }
10191019 SkipIfContainerized ("FIXME: #24230 - no longer works in container testing" )
10201020 SkipIfRemote ("--import-previous is not yet supported on the remote client" )
You can’t perform that action at this time.
0 commit comments