Disable some tests which require krb env

- Can't run some tests on ci so disable
  until we can run conditionally.
- Relates #170
This commit is contained in:
Janne Valkealahti
2023-03-07 16:30:17 +00:00
parent 0d9dbb64f2
commit 2d1e8fa7e8

View File

@@ -19,6 +19,7 @@ package org.springframework.security.kerberos.authentication;
import java.util.List;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.security.authentication.AccountExpiredException;
@@ -51,6 +52,7 @@ import static org.mockito.Mockito.when;
* @author Jeremy Stone
* @since 1.0
*/
@Disabled("Until gh-170 gets resolved")
public class KerberosServiceAuthenticationProviderTest {
private KerberosServiceAuthenticationProvider provider;