Skip to content

Commit e32431d

Browse files
committed
drop useless buggy test
1 parent b3053c4 commit e32431d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/test/java/com/ning/http/client/async/RemoteSiteTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ public void testGoogleCom() throws Throwable {
5959
}
6060
}
6161

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-
7162
@Test(groups = { "online", "default_provider" }, enabled = false)
7263
public void testMicrosoftCom() throws Throwable {
7364
try (AsyncHttpClient client = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setRequestTimeout(10000).build())) {

0 commit comments

Comments
 (0)