From b7c31e3b984258544193fbf935d9ccfaa0823989 Mon Sep 17 00:00:00 2001 From: Dan Mihai Date: Sun, 14 Jan 2024 17:39:25 +0000 Subject: [PATCH] tests: cbl-mariner: disable k8s-oom.bats Disable k8s-oom.bats on cbl-mariner until it passes more often. Fixes: #8824 Signed-off-by: Dan Mihai --- tests/integration/kubernetes/k8s-oom.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/kubernetes/k8s-oom.bats b/tests/integration/kubernetes/k8s-oom.bats index f89b761f80..4da980d227 100644 --- a/tests/integration/kubernetes/k8s-oom.bats +++ b/tests/integration/kubernetes/k8s-oom.bats @@ -9,6 +9,8 @@ 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 } @@ -29,6 +31,8 @@ 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