Skip to content

Commit

Permalink
tests/int: skip "update memory vs CheckBeforeUpdate" on EL9
Browse files Browse the repository at this point in the history
This test case is frequently hanging recently. Might be caused
by a recent kernel update from 5.14.0-427.33.1.el9_4.x86_64 to
5.14.0-427.37.1.el9_4.x86_64.

Could not reproduce locally.

Let's skip it for now.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Oct 18, 2024
1 parent d82235c commit a65e252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/update.bats
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,8 @@ EOF
}

@test "update memory vs CheckBeforeUpdate" {
exclude_os almalinux-9.4 # See https://github.com/opencontainers/runc/issues/4454

requires cgroups_v2
[ $EUID -ne 0 ] && requires rootless_cgroup

Expand Down

0 comments on commit a65e252

Please sign in to comment.