aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/checkpoint_test.go
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-07-25 08:07:43 -0600
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 14:43:23 -0400
commit64bc2ee97f2dbcada22cff4364416abb81a3272a (patch)
tree5ec1420225bb14646504335954cfc9e0b8bc8bb1 /test/e2e/checkpoint_test.go
parentb339045db5c6d0f7d1994ef41412eef80bf5e542 (diff)
downloadpodman-64bc2ee97f2dbcada22cff4364416abb81a3272a.tar.gz
podman-64bc2ee97f2dbcada22cff4364416abb81a3272a.tar.bz2
podman-64bc2ee97f2dbcada22cff4364416abb81a3272a.zip
Semiperiodoc cleanup of obsolete FIXMEs
Some refer to issues that are closed. Remove them. Some are runc bugs that will never be fixed. Say so, and remove the FIXME. One (bps/iops) should probably be fixed. File an issue for it, and update comment to include the issue# so my find-obsolete-skips script can track it. And one (rootless mount with a "kernel bug?" comment) is still not fixed. Leave the skip, but add a comment documenting the symptom. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/e2e/checkpoint_test.go')
-rw-r--r--test/e2e/checkpoint_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go
index 5ccafeb37..c09b0bf08 100644
--- a/test/e2e/checkpoint_test.go
+++ b/test/e2e/checkpoint_test.go
@@ -1452,11 +1452,6 @@ var _ = Describe("Podman checkpoint", func() {
})
It("podman checkpoint and restore container with --file-locks", func() {
- if !strings.Contains(podmanTest.OCIRuntime, "runc") {
- // TODO: Enable test for crun when this feature has been released
- // https://github.com/containers/crun/pull/783
- Skip("FIXME: requires crun >= 1.4")
- }
localRunString := getRunString([]string{"--name", "test_name", ALPINE, "flock", "test.lock", "sleep", "100"})
session := podmanTest.Podman(localRunString)
session.WaitWithDefaultTimeout()