8324841: PKCS11 tests still skip execution
Reviewed-by: valeriep
This commit is contained in:
parent
ca5a438e5a
commit
9d4a4bd2c2
@ -791,8 +791,8 @@ public abstract class PKCS11Test {
|
||||
(tp, attr) -> tp.getFileName().equals(libraryName))) {
|
||||
|
||||
return files.findAny()
|
||||
.orElseThrow(() -> new SkippedException(
|
||||
"NSS library \"" + libraryName + "\" was not found in " + path));
|
||||
.orElseThrow(() ->
|
||||
new RuntimeException("NSS library \"" + libraryName + "\" was not found in " + path));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user