diff --git a/tests/integration/kubernetes/k8s-guest-pull-image.bats b/tests/integration/kubernetes/k8s-guest-pull-image.bats index b4805dfb65..257a4e4220 100644 --- a/tests/integration/kubernetes/k8s-guest-pull-image.bats +++ b/tests/integration/kubernetes/k8s-guest-pull-image.bats @@ -69,6 +69,9 @@ setup() { # However, the unpacked size of image "ghcr.io/confidential-containers/test-container:rust-1.79.0" is 1.41GB. # It will fail to run the pod with pulling the image in the memory in the guest by default. + [ "${KATA_HYPERVISOR}" == "qemu-runtime-rs-coco-dev" ] && skip "WIP: Test was taking 30m to fail" + + pod_config="$(new_pod_config "$image_pulled_time_less_than_default_time" "kata-${KATA_HYPERVISOR}")" set_node "$pod_config" "$node" set_container_command "$pod_config" "0" "sleep" "30"