Skip to content

Commit

Permalink
Merge pull request #13134 from edsantiago/bats
Browse files Browse the repository at this point in the history
System tests: revert emergency skip of checkpoint tests
  • Loading branch information
openshift-merge-robot authored Feb 4, 2022
2 parents 320e293 + 7cfe4d3 commit 2a48a88
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 2a48a88

Please sign in to comment.