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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-04-20 09:35:06 +01:00
parent 2629df2785
commit 7179e92142

View File

@@ -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"