mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user