mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-26 10:32:28 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user