Skip to content

Commit 6b069f0

Browse files
committed
Remove useless broken test
1 parent 672f70b commit 6b069f0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

client/src/test/java/org/asynchttpclient/RemoteSiteTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ public void testGoogleCom() throws Exception {
4848
}
4949
}
5050

51-
@Test(groups = "online")
52-
public void testMailGoogleCom() throws Exception {
53-
try (AsyncHttpClient c = asyncHttpClient(config().setRequestTimeout(10000))) {
54-
Response response = c.prepareGet("http://mail.google.com/").execute().get(10, TimeUnit.SECONDS);
55-
assertNotNull(response);
56-
assertEquals(response.getStatusCode(), 200);
57-
}
58-
}
59-
6051
@Test(groups = "online", enabled = false)
6152
// FIXME
6253
public void testMicrosoftCom() throws Exception {

0 commit comments

Comments
 (0)