diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-10 10:38:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 10:38:46 +0000 |
commit | 89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7 (patch) | |
tree | 8f321ac95ea26bff09663f62e3159309a29ee3b3 /test/e2e | |
parent | aa13c73f7130e7f477a9e1af247b79b39b059923 (diff) | |
parent | 25f6fc9c6a091d0ebbf3a7671841af89cc8c1af5 (diff) | |
download | podman-89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7.tar.gz podman-89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7.tar.bz2 podman-89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7.zip |
Merge pull request #12865 from rhatdan/crun
I believe that these tests will now run with crun.
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/checkpoint_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go index bc99455f3..16e43aa73 100644 --- a/test/e2e/checkpoint_test.go +++ b/test/e2e/checkpoint_test.go @@ -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() |