On Mon, 26 Jan 2026 12:07:55 GMT, Mikhail Yankelevich
<[email protected]> wrote:
>> Pr cleaning up the tests left after the previous PRs.
>>
>> * test/jdk/sun/security/util/Resources/Usages.java
>> * test/jdk/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java
>> * test/jdk/sun/security/krb5/config/ConfPlusProp.java
>> * test/jdk/sun/security/krb5/auto/ReplayCacheTestProc.java
>
> Mikhail Yankelevich has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Updated message
test/jdk/sun/security/krb5/config/ConfPlusProp.java line 44:
> 42: System.getenv("LOGONSERVER") != null) {
> 43: throw new SkippedException(
> 44: "Test cannot run in a domain.");
This is not a problem at all. No `SkippedException` is needed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28898#discussion_r2746483819