Skip to content

Commit 54ef07d

Browse files
committed
tests/int: skip "update memory vs CheckBeforeUpdate" on EL9
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]>
1 parent 2664c84 commit 54ef07d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/update.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ EOF
852852
}
853853

854854
@test "update memory vs CheckBeforeUpdate" {
855+
exclude_os almalinux-9.4 # See https://github.com/opencontainers/runc/issues/4454
856+
855857
requires cgroups_v2
856858
[ $EUID -ne 0 ] && requires rootless_cgroup
857859

0 commit comments

Comments
 (0)