From 50a5fa9a65f10158198287f24838ed8fd703db6d Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 7 Dec 2023 16:29:51 +0000 Subject: [PATCH] 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 --- tests/integration/nerdctl/gha-run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/integration/nerdctl/gha-run.sh b/tests/integration/nerdctl/gha-run.sh index e867d6c2e9..d24a3eda58 100644 --- a/tests/integration/nerdctl/gha-run.sh +++ b/tests/integration/nerdctl/gha-run.sh @@ -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