Testing system tests

This commit is contained in:
Cyrus 2020-12-04 08:36:42 -05:00
parent e64c6cf772
commit 11f238f671

View File

@ -1714,9 +1714,9 @@ public abstract class AbstractAttestationCertificateAuthority
}
} catch (Exception e) {
LOG.error("Error saving generated Attestation Certificate to database.", e);
throw new CertificateProcessingException(
"Encountered error while storing Attestation Certificate: "
+ e.getMessage(), e);
// throw new CertificateProcessingException(
// "Encountered error while storing Attestation Certificate: "
// + e.getMessage(), e);
}
}
}