e2e: ref full URL for aarch64 criu precheckpoint issues

Followup on #26234.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2025-05-30 08:49:10 -04:00
parent 398594ea5f
commit db53f6240d
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD
1 changed files with 2 additions and 2 deletions

View File

@ -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")