I believe that these tests will now run with crun.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
72679400b0
commit
25f6fc9c6a
|
@ -1005,9 +1005,6 @@ var _ = Describe("Podman checkpoint", func() {
|
|||
if !criu.MemTrack() {
|
||||
Skip("system (architecture/kernel/CRIU) does not support memory tracking")
|
||||
}
|
||||
if !strings.Contains(podmanTest.OCIRuntime, "runc") {
|
||||
Skip("Test only works on runc 1.0-rc3 or higher.")
|
||||
}
|
||||
localRunString := getRunString([]string{ALPINE, "top"})
|
||||
session := podmanTest.Podman(localRunString)
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
@ -1041,9 +1038,6 @@ var _ = Describe("Podman checkpoint", func() {
|
|||
if !criu.MemTrack() {
|
||||
Skip("system (architecture/kernel/CRIU) does not support memory tracking")
|
||||
}
|
||||
if !strings.Contains(podmanTest.OCIRuntime, "runc") {
|
||||
Skip("Test only works on runc 1.0-rc3 or higher.")
|
||||
}
|
||||
localRunString := getRunString([]string{ALPINE, "top"})
|
||||
session := podmanTest.Podman(localRunString)
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
|
Loading…
Reference in New Issue