From 5bfad8ba137bf4537d1ef50d69f5414586fee1cd Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 21 Aug 2025 09:47:08 +0100 Subject: [PATCH] DO NOT MERGE: Skip long test(s) This was taking 30m to fail and causing other tests not to run, so skip for now --- tests/integration/kubernetes/k8s-guest-pull-image.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/kubernetes/k8s-guest-pull-image.bats b/tests/integration/kubernetes/k8s-guest-pull-image.bats index b4805dfb65..74854bfba6 100644 --- a/tests/integration/kubernetes/k8s-guest-pull-image.bats +++ b/tests/integration/kubernetes/k8s-guest-pull-image.bats @@ -91,6 +91,7 @@ setup() { [ "$(uname -m)" == "s390x" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10838" [ "${KATA_HYPERVISOR}" == "qemu-snp" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10838" [ "${KATA_HYPERVISOR}" == "qemu-tdx" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10838" + [ "${KATA_HYPERVISOR}" == "qemu-runtime-rs-coco-dev" ] && skip "WIP: Test was taking 30m to fail" # The image pulled in the guest will be downloaded and unpacked in the `/run/kata-containers/image` directory. # The tests will use `cryptsetup` to encrypt a block device and mount it at `/run/kata-containers/image`.