tests/k8s: skip empty dir volumes tests for qemu-coco-dev

This test fails with qemu-coco-dev configuration and guest-pull image pull.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
Wainer dos Santos Moschetta
2024-05-28 15:28:18 -03:00
parent 79a8b31ec5
commit 37894923c1

View File

@@ -18,6 +18,8 @@ assert_equal() {
} }
setup() { setup() {
[ "${KATA_HYPERVISOR:-}" = "qemu-coco-dev" ] && \
skip "This test has failed for ${KATA_HYPERVISOR:-}"
pod_name="sharevol-kata" pod_name="sharevol-kata"
get_pod_config_dir get_pod_config_dir
pod_logs_file="" pod_logs_file=""
@@ -68,6 +70,8 @@ setup() {
} }
teardown() { teardown() {
[ "${KATA_HYPERVISOR:-}" = "qemu-coco-dev" ] && \
skip "This test has failed for ${KATA_HYPERVISOR:-}"
# Debugging information # Debugging information
kubectl describe "pod/$pod_name" kubectl describe "pod/$pod_name"