aboutsummaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-26 02:04:01 +0200
committerGitHub <noreply@github.com>2022-07-26 02:04:01 +0200
commite9d29d71cb3185fc071ba4d5f353c9eff6ff349a (patch)
treec097025be415fe8a4b1e8994b3e068795205f903 /test/system
parentb70e2a47887f81af0b32dd6ac362f9c4958f5b7c (diff)
parent94e0a364a80470036d87fa75cf53e60dc0c35fe3 (diff)
downloadpodman-e9d29d71cb3185fc071ba4d5f353c9eff6ff349a.tar.gz
podman-e9d29d71cb3185fc071ba4d5f353c9eff6ff349a.tar.bz2
podman-e9d29d71cb3185fc071ba4d5f353c9eff6ff349a.zip
Merge pull request #15058 from edsantiago/obsolete_skips
Semiperiodoc cleanup of obsolete FIXMEs
Diffstat (limited to 'test/system')
-rw-r--r--test/system/520-checkpoint.bats2
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....