Merge pull request #15909 from cdoern/restore

fix restore API endpoint
This commit is contained in:
OpenShift Merge Robot
2022-09-29 23:02:00 +02:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

View File

@@ -1170,10 +1170,6 @@ var _ = Describe("Podman checkpoint", func() {
share := share // copy into local scope, for use inside function
It(testName, func() {
if podmanTest.Host.Distribution == "ubuntu" && IsRemote() {
Skip("FIXME: #15018. Cannot restore --pod under cgroupsV1 and remote")
}
if !criu.CheckForCriu(criu.PodCriuVersion) {
Skip("CRIU is missing or too old.")
}