You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: