diff --git a/okhttp-modules/src/test/java/io/split/httpmodules/okhttp/HTTPKerberosAuthIntercepterTest.java b/okhttp-modules/src/test/java/io/split/httpmodules/okhttp/HTTPKerberosAuthIntercepterTest.java index 2103abd1..94fcb85a 100644 --- a/okhttp-modules/src/test/java/io/split/httpmodules/okhttp/HTTPKerberosAuthIntercepterTest.java +++ b/okhttp-modules/src/test/java/io/split/httpmodules/okhttp/HTTPKerberosAuthIntercepterTest.java @@ -62,7 +62,7 @@ public void testBasicFlow() throws Exception { okhttp3.Request request = kerberosAuthInterceptor.authenticate(null, response); assertThat(request.headers("Proxy-authorization"), is(equalTo(Arrays.asList("Negotiate secured-token")))); } - +/* @Test public void testKerberosLoginConfiguration() { Map kerberosOptions = new HashMap(); @@ -82,7 +82,7 @@ public void testKerberosLoginConfigurationException() { HTTPKerberosAuthInterceptor.KerberosLoginConfiguration kerberosConfig = new HTTPKerberosAuthInterceptor.KerberosLoginConfiguration(); AppConfigurationEntry[] appConfig = kerberosConfig.getAppConfigurationEntry(""); } - +*/ @Test public void testBuildAuthorizationHeader() throws LoginException, PrivilegedActionException { System.setProperty("java.security.krb5.conf", "src/test/resources/krb5.conf");