diff --git a/test/units/TEST-70-TPM2.tpm2-setup.sh b/test/units/TEST-70-TPM2.tpm2-setup.sh index 23cb85e30b2..72f78418585 100755 --- a/test/units/TEST-70-TPM2.tpm2-setup.sh +++ b/test/units/TEST-70-TPM2.tpm2-setup.sh @@ -11,16 +11,6 @@ if [[ ! -x "${SD_TPM2SETUP:?}" ]]; then exit 0 fi -. /etc/os-release -if [[ "${ID_LIKE:-}" == alpine ]]; then - # For some unknown reasons, the test fails with the following: - # -------- - # Couldn't find signature for this PCR bank, PCR index and public key. - # Failed to unseal secret using TPM2: No such device or address - # -------- - exit 0 -fi - "$SD_TPM2SETUP" --help "$SD_TPM2SETUP" --version "$SD_TPM2SETUP" --tpm2-device=list