mirror of
https://github.com/containers/podman.git
synced 2025-07-08 13:36:28 +08:00
System tests: emergency skip of checkpoint tests
...on kernel 5.17, because it's broken Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -15,6 +15,10 @@ function setup() {
|
|||||||
skip "FIXME: checkpointing broken in Ubuntu 2004, 2104, 2110, ..."
|
skip "FIXME: checkpointing broken in Ubuntu 2004, 2104, 2110, ..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$(uname -r)" =~ "5.17" ]]; then
|
||||||
|
skip "FIXME: checkpointing broken on kernel 5.17 (#12949)"
|
||||||
|
fi
|
||||||
|
|
||||||
# None of these tests work rootless....
|
# None of these tests work rootless....
|
||||||
if is_rootless; then
|
if is_rootless; then
|
||||||
# ...however, is that a genuine cast-in-stone limitation, or one
|
# ...however, is that a genuine cast-in-stone limitation, or one
|
||||||
|
Reference in New Issue
Block a user