Merge pull request #8260 from gkurz/fix-8259

ci: k8s: Fix bogus firecracker check in k8s-credentials-secrets.bat
This commit is contained in:
Fabiano Fidêncio 2023-10-19 23:58:22 +02:00 committed by GitHub
commit 468a3e4b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ load "${BATS_TEST_DIRNAME}/tests_common.sh"
setup() {
[ "${KATA_HYPERVISOR}" == "firecracker" ] && skip "test not working see: ${fc_limitations}"
[ "${KATA_HYPERVISOR}" == "fcr" ] && skip "test not working see: ${fc_limitations}"
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: ${fc_limitations}"
get_pod_config_dir
}