From f3eeab10ab2cafcf202b109c85e4bf72fc45905f Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 8 Dec 2023 16:12:36 +0000 Subject: [PATCH] tests: nerdctl: Enable nerdctl tests for cloud hypervisor runtime-rs This PR enables the nerdctl tests for cloud hypervisor runtime-rs. Fixes #8616 Signed-off-by: Gabriela Cervantes --- tests/integration/nerdctl/gha-run.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/integration/nerdctl/gha-run.sh b/tests/integration/nerdctl/gha-run.sh index d24a3eda58..e867d6c2e9 100644 --- a/tests/integration/nerdctl/gha-run.sh +++ b/tests/integration/nerdctl/gha-run.sh @@ -59,11 +59,6 @@ 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