tests: Enable but do not run the nerdctl tests for cloud hypervisor

This PR enables but do not run the nerdctl tests for cloud hypervisor
runtime-rs until we find out how stable they are.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-12-07 16:29:51 +00:00
parent e70b2ea95d
commit 50a5fa9a65

View File

@@ -59,6 +59,11 @@ function install_dependencies() {
}
function run() {
if [ "${KATA_HYPERVISOR}" = "cloud-hypervisor" ]; then
echo "Skipping test for ${KATA_HYPERVISOR}"
return 0
fi
info "Running nerdctl smoke test tests using ${KATA_HYPERVISOR} hypervisor"
enabling_hypervisor