Skip to content

Commit 8aabac4

Browse files
author
Stephane Landelle
committed
MS, can't you fix your DNS, honestly?
1 parent 01611a0 commit 8aabac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testMailGoogleCom() throws Throwable {
7474
}
7575
}
7676

77-
@Test(groups = { "online", "default_provider" })
77+
@Test(groups = { "online", "default_provider" }, enabled = false)
7878
public void testMicrosoftCom() throws Throwable {
7979
AsyncHttpClient c = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setRequestTimeoutInMs(10000).build());
8080
try {
@@ -86,7 +86,7 @@ public void testMicrosoftCom() throws Throwable {
8686
}
8787
}
8888

89-
@Test(groups = { "online", "default_provider" })
89+
@Test(groups = { "online", "default_provider" }, enabled = false)
9090
public void testWwwMicrosoftCom() throws Throwable {
9191
AsyncHttpClient c = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setRequestTimeoutInMs(10000).build());
9292
try {
@@ -98,7 +98,7 @@ public void testWwwMicrosoftCom() throws Throwable {
9898
}
9999
}
100100

101-
@Test(groups = { "online", "default_provider" })
101+
@Test(groups = { "online", "default_provider" }, enabled = false)
102102
public void testUpdateMicrosoftCom() throws Throwable {
103103
AsyncHttpClient c = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setRequestTimeoutInMs(10000).build());
104104
try {

0 commit comments

Comments
 (0)