From 53ac0f00c5b843371b28681bae5cfb9ac783c8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 7 Jan 2025 18:32:04 +0100 Subject: [PATCH] tests: Re-enable oom tests for mariner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we bumped to the 6.12.x LTS kernel, we've also adjusted the aggressivity of the OOM test, which may be enough to allow us to re-enable it for mariner. Fixes: #8821 Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/k8s-oom.bats | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/kubernetes/k8s-oom.bats b/tests/integration/kubernetes/k8s-oom.bats index 5966e83cd..52c0eeee3 100644 --- a/tests/integration/kubernetes/k8s-oom.bats +++ b/tests/integration/kubernetes/k8s-oom.bats @@ -9,8 +9,6 @@ load "${BATS_TEST_DIRNAME}/../../common.bash" load "${BATS_TEST_DIRNAME}/tests_common.sh" setup() { - [ "${KATA_HOST_OS}" == "cbl-mariner" ] && skip "test not working see: see #8821" - pod_name="pod-oom" get_pod_config_dir @@ -34,8 +32,6 @@ setup() { } teardown() { - [ "${KATA_HOST_OS}" == "cbl-mariner" ] && skip "test not working see: see #8821" - # Debugging information kubectl describe "pod/$pod_name" kubectl get "pod/$pod_name" -o yaml