mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
Revert "tests: disable k8s-policy-job.bats on coco-dev"
This reverts commit 47ce5dad9d
.
Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
a1ed923740
commit
7542dbffb8
@ -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
|
||||
|
||||
auto_generate_policy_enabled || skip "Auto-generated policy tests are disabled."
|
||||
|
||||
get_pod_config_dir
|
||||
@ -145,10 +141,6 @@ test_job_policy_error() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
if [ "${KATA_HYPERVISOR}" == "qemu-coco-dev" ]; then
|
||||
skip "Test not stable on qemu-coco-dev. See issue #10616"
|
||||
fi
|
||||
|
||||
auto_generate_policy_enabled || skip "Auto-generated policy tests are disabled."
|
||||
|
||||
# Debugging information
|
||||
|
Loading…
Reference in New Issue
Block a user