From 2ea521db5e0d3c7057fd3ab656ce25a0d3a34c47 Mon Sep 17 00:00:00 2001 From: ChengyuZhu6 Date: Thu, 6 Jun 2024 03:20:24 +0800 Subject: [PATCH] tests:tdx: Re-enable k8s-liveness-probes.bats This test was fixed by previous patches in this PR: kata-containers#9695 Signed-off-by: ChengyuZhu6 --- tests/integration/kubernetes/k8s-liveness-probes.bats | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/kubernetes/k8s-liveness-probes.bats b/tests/integration/kubernetes/k8s-liveness-probes.bats index 62c67f7af5..ea8d51c41e 100644 --- a/tests/integration/kubernetes/k8s-liveness-probes.bats +++ b/tests/integration/kubernetes/k8s-liveness-probes.bats @@ -9,8 +9,6 @@ load "${BATS_TEST_DIRNAME}/../../common.bash" load "${BATS_TEST_DIRNAME}/tests_common.sh" setup() { - [ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/9665" - sleep_liveness=20 agnhost_name="${container_images_agnhost_name}" agnhost_version="${container_images_agnhost_version}" @@ -91,8 +89,6 @@ setup() { } teardown() { - [ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/9665" - # Debugging information kubectl describe "pod/$pod_name"