Skip to content

Commit db53f62

Browse files
committed
e2e: ref full URL for aarch64 criu precheckpoint issues
Followup on containers#26234. Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 398594e commit db53f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/checkpoint_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)