Revert "tests: Skip k8s job test on qemu-coco-dev"

This reverts commit a8ccd9a2ac.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo 2025-02-21 17:35:33 -06:00
parent 7542dbffb8
commit 1f8c15fa48

View File

@ -9,10 +9,6 @@ load "${BATS_TEST_DIRNAME}/../../common.bash"
load "${BATS_TEST_DIRNAME}/tests_common.sh"
setup() {
if [ "${KATA_HYPERVISOR}" == "qemu-coco-dev" ]; then
skip "Test not stable on qemu-coco-dev. See issue #10616"
fi
get_pod_config_dir
job_name="job-pi-test"
yaml_file="${pod_config_dir}/job.yaml"
@ -42,10 +38,6 @@ setup() {
}
teardown() {
if [ "${KATA_HYPERVISOR}" == "qemu-coco-dev" ]; then
skip "Test not stable on qemu-coco-dev. See issue #10616"
fi
# Debugging information
kubectl describe pod "$pod_name"
kubectl describe jobs/"$job_name"