From a2c70222a8b34d0b828e714ca2bca90df8030fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sun, 19 May 2024 20:53:58 +0200 Subject: [PATCH] tests: k8s: tdx: Skip initContainerd shared vol test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is another one that is related to initContainers not being properly handled with the guest image pulling. Let's skip it for now as we have https://github.com/kata-containers/kata-containers/issues/9668 to track it down. Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/k8s-shared-volume.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/kubernetes/k8s-shared-volume.bats b/tests/integration/kubernetes/k8s-shared-volume.bats index 360ea998c3..9af567eddd 100644 --- a/tests/integration/kubernetes/k8s-shared-volume.bats +++ b/tests/integration/kubernetes/k8s-shared-volume.bats @@ -40,6 +40,8 @@ setup() { } @test "initContainer with shared volume" { + [ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/9668" + pod_name="initcontainer-shared-volume" last_container="last" cmd='test $(cat /volume/initContainer) -lt $(cat /volume/container)'