diff options
author | Ed Santiago <santiago@redhat.com> | 2022-07-25 08:07:43 -0600 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 14:43:23 -0400 |
commit | 64bc2ee97f2dbcada22cff4364416abb81a3272a (patch) | |
tree | 5ec1420225bb14646504335954cfc9e0b8bc8bb1 /test/system | |
parent | b339045db5c6d0f7d1994ef41412eef80bf5e542 (diff) | |
download | podman-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/system')
-rw-r--r-- | test/system/520-checkpoint.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/520-checkpoint.bats b/test/system/520-checkpoint.bats index 7f60f01b3..7c8fc143a 100644 --- a/test/system/520-checkpoint.bats +++ b/test/system/520-checkpoint.bats @@ -12,7 +12,7 @@ function setup() { # could run to see if it's fixed, but it's way too complicated. Since # integration tests also skip checkpoint tests on Ubuntu, do the same here. if is_ubuntu; then - skip "FIXME: checkpointing broken in Ubuntu 2004, 2104, 2110, ..." + skip "FIXME: checkpointing broken in Ubuntu 2004, 2104, 2110, 2204, ..." fi # None of these tests work rootless.... |