mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
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:
parent
7542dbffb8
commit
1f8c15fa48
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user