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() {
978
978
979
979
It ("podman checkpoint container with --pre-checkpoint" , func () {
980
980
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" )
982
982
}
983
983
SkipIfContainerized ("FIXME: #24230 - no longer works in container testing" )
984
984
if ! criu .MemTrack () {
@@ -1014,7 +1014,7 @@ var _ = Describe("Podman checkpoint", func() {
1014
1014
1015
1015
It ("podman checkpoint container with --pre-checkpoint and export (migration)" , func () {
1016
1016
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" )
1018
1018
}
1019
1019
SkipIfContainerized ("FIXME: #24230 - no longer works in container testing" )
1020
1020
SkipIfRemote ("--import-previous is not yet supported on the remote client" )
You can’t perform that action at this time.
0 commit comments