From 7179e92142ddc7acac7a762fbdad37b28e129564 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 20 Apr 2026 09:35:06 +0100 Subject: [PATCH] tests/confidentials: Remove pointless skip The skip conditional is wrong, but it's not needed as the setup and teardown only allow confidential hardware anyway Signed-off-by: stevenhorsman --- tests/integration/kubernetes/k8s-confidential.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/kubernetes/k8s-confidential.bats b/tests/integration/kubernetes/k8s-confidential.bats index d834ee7892..de921e49b6 100644 --- a/tests/integration/kubernetes/k8s-confidential.bats +++ b/tests/integration/kubernetes/k8s-confidential.bats @@ -19,7 +19,6 @@ setup() { } @test "Test unencrypted confidential container launch success and verify that we are running in a secure enclave." { - [[ " ${SUPPORTED_NON_TEE_HYPERVISORS} " =~ " ${KATA_HYPERVISOR} " ]] && skip "Test not supported for ${KATA_HYPERVISOR}." # Start the service/deployment/pod kubectl apply -f "${pod_config_dir}/pod-confidential-unencrypted.yaml"