File tree 1 file changed +0
-9
lines changed
src/test/java/com/ning/http/client/async 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,6 @@ public void testGoogleCom() throws Throwable {
59
59
}
60
60
}
61
61
62
- @ Test (groups = { "online" , "default_provider" })
63
- public void testMailGoogleCom () throws Throwable {
64
- try (AsyncHttpClient client = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setRequestTimeout (10000 ).build ())) {
65
- Response response = client .prepareGet ("http://mail.google.com/" ).execute ().get (10 , TimeUnit .SECONDS );
66
- assertNotNull (response );
67
- assertEquals (response .getStatusCode (), 200 );
68
- }
69
- }
70
-
71
62
@ Test (groups = { "online" , "default_provider" }, enabled = false )
72
63
public void testMicrosoftCom () throws Throwable {
73
64
try (AsyncHttpClient client = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setRequestTimeout (10000 ).build ())) {
You can’t perform that action at this time.
0 commit comments