8268167: MultipleLogins.java failure on macosx-aarch64

Reviewed-by: weijun
This commit is contained in:
Sean Coffey 2021-06-03 13:47:47 +00:00
parent fbaebd4243
commit eb385c0de2

View File

@ -50,7 +50,9 @@ public class MultipleLogins {
for (int i =0; i < NUM_PROVIDERS; i++) {
String nssConfig = PKCS11Test.getNssConfig();
if (nssConfig == null) {
throw new RuntimeException("issue setting up config");
// No test framework support yet. Ignore
System.out.println("No NSS config found. Skipping.");
return;
}
providers[i] =
(SunPKCS11)PKCS11Test.newPKCS11Provider()