Skip to content

Commit

Permalink
System tests: revert emergency skip of checkpoint tests
Browse files Browse the repository at this point in the history
Revert containers#13049. criu-3.16.1-6.fc36 fixes the problem and is
now in fc36 stable:

   https://bodhi.fedoraproject.org/updates/FEDORA-2022-183b337712

(Yes, I confirmed that tests pass on a rawhide vm)

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago authored and mheon committed Feb 10, 2022
1 parent c4a9aa7 commit 85c0fe7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/system/520-checkpoint.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ function setup() {
skip "FIXME: checkpointing broken in Ubuntu 2004, 2104, 2110, ..."
fi

if [[ "$(uname -r)" =~ "5.17" ]]; then
skip "FIXME: checkpointing broken on kernel 5.17 (#12949)"
fi

# None of these tests work rootless....
if is_rootless; then
# ...however, is that a genuine cast-in-stone limitation, or one
Expand Down

0 comments on commit 85c0fe7

Please sign in to comment.