From 54ef07d8996e7b2cbdd52f10930aa61e0f601646 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 17 Oct 2024 16:50:50 -0700 Subject: [PATCH] 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 --- tests/integration/update.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/update.bats b/tests/integration/update.bats index 54774a877b2..4d928c42f47 100644 --- a/tests/integration/update.bats +++ b/tests/integration/update.bats @@ -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