From db53f6240dddce2c4fd8d387eac894d95556224a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 30 May 2025 08:49:10 -0400 Subject: [PATCH] e2e: ref full URL for aarch64 criu precheckpoint issues Followup on #26234. Signed-off-by: Lokesh Mandvekar --- test/e2e/checkpoint_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")