mirror of https://github.com/containers/podman.git
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:
parent
398594ea5f
commit
db53f6240d
|
|
@ -978,7 +978,7 @@ var _ = Describe("Podman checkpoint", func() {
|
||||||
|
|
||||||
It("podman checkpoint container with --pre-checkpoint", func() {
|
It("podman checkpoint container with --pre-checkpoint", func() {
|
||||||
if podmanTest.Host.Arch == "arm64" {
|
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")
|
SkipIfContainerized("FIXME: #24230 - no longer works in container testing")
|
||||||
if !criu.MemTrack() {
|
if !criu.MemTrack() {
|
||||||
|
|
@ -1014,7 +1014,7 @@ var _ = Describe("Podman checkpoint", func() {
|
||||||
|
|
||||||
It("podman checkpoint container with --pre-checkpoint and export (migration)", func() {
|
It("podman checkpoint container with --pre-checkpoint and export (migration)", func() {
|
||||||
if podmanTest.Host.Arch == "arm64" {
|
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")
|
SkipIfContainerized("FIXME: #24230 - no longer works in container testing")
|
||||||
SkipIfRemote("--import-previous is not yet supported on the remote client")
|
SkipIfRemote("--import-previous is not yet supported on the remote client")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue