diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go index 774c82109f..733de33a02 100644 --- a/test/e2e/checkpoint_test.go +++ b/test/e2e/checkpoint_test.go @@ -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() { @@ -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")