Merge pull request #8827 from microsoft/danmihai1/disable-k8s-oom

tests: cbl-mariner: disable k8s-oom.bats
This commit is contained in:
Fabiano Fidêncio
2024-01-15 14:40:16 +01:00
committed by GitHub

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