mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-15 08:03:50 +00:00
8268167: MultipleLogins.java failure on macosx-aarch64
Reviewed-by: weijun
This commit is contained in:
parent
fbaebd4243
commit
eb385c0de2
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user