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 <dmihai@microsoft.com>
This commit is contained in:
Dan Mihai
2024-01-14 17:39:25 +00:00
parent 3af713acd4
commit b7c31e3b98

View File

@@ -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