spring-security-kerberos icon indicating copy to clipboard operation
spring-security-kerberos copied to clipboard

Conditional tests when krb env required

Open jvalkeal opened this issue 2 years ago • 0 comments

Currently KerberosServiceAuthenticationProviderTest will fail if environment is not setup. For example if on linux you don't have /etc/krb5.conf so that jdk could read default realm.

If some tests really need an environment which contains working kerberos we should not run tests and custom junit5 condition could be made for this.

jvalkeal avatar Mar 07 '23 16:03 jvalkeal