On Tue, 23 Feb 2021 22:43:09 GMT, Rajan Halade <[email protected]> wrote:
>> Fernando Guallini has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> remove native lib test with MD5
>
> test/jdk/sun/security/krb5/auto/ReplayCacheTestProc.java line 127:
>
>> 125: libs = userLibs.split(",");
>> 126: if (Arrays.asList(libs).contains("N") &&
>> !isNativeLibAvailable()) {
>> 127: System.out.println("Native mode not available -
>> skipped");
>
> Can you please add a comment here with which scenarios are skipped?
Added an extra comment there.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2676