File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
okhttp-modules/src/test/java/io/split/httpmodules/okhttp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public void testBasicFlow() throws Exception {
6262 okhttp3 .Request request = kerberosAuthInterceptor .authenticate (null , response );
6363 assertThat (request .headers ("Proxy-authorization" ), is (equalTo (Arrays .asList ("Negotiate secured-token" ))));
6464 }
65-
65+ /*
6666 @Test
6767 public void testKerberosLoginConfiguration() {
6868 Map<String, String> kerberosOptions = new HashMap<String, String>();
@@ -82,7 +82,7 @@ public void testKerberosLoginConfigurationException() {
8282 HTTPKerberosAuthInterceptor.KerberosLoginConfiguration kerberosConfig = new HTTPKerberosAuthInterceptor.KerberosLoginConfiguration();
8383 AppConfigurationEntry[] appConfig = kerberosConfig.getAppConfigurationEntry("");
8484 }
85-
85+ */
8686 @ Test
8787 public void testBuildAuthorizationHeader () throws LoginException , PrivilegedActionException {
8888 System .setProperty ("java.security.krb5.conf" , "src/test/resources/krb5.conf" );
You can’t perform that action at this time.
0 commit comments