File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/ning/http/client/async Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public void testMailGoogleCom() throws Throwable {
74
74
}
75
75
}
76
76
77
- @ Test (groups = { "online" , "default_provider" })
77
+ @ Test (groups = { "online" , "default_provider" }, enabled = false )
78
78
public void testMicrosoftCom () throws Throwable {
79
79
AsyncHttpClient c = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setRequestTimeoutInMs (10000 ).build ());
80
80
try {
@@ -86,7 +86,7 @@ public void testMicrosoftCom() throws Throwable {
86
86
}
87
87
}
88
88
89
- @ Test (groups = { "online" , "default_provider" })
89
+ @ Test (groups = { "online" , "default_provider" }, enabled = false )
90
90
public void testWwwMicrosoftCom () throws Throwable {
91
91
AsyncHttpClient c = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setRequestTimeoutInMs (10000 ).build ());
92
92
try {
@@ -98,7 +98,7 @@ public void testWwwMicrosoftCom() throws Throwable {
98
98
}
99
99
}
100
100
101
- @ Test (groups = { "online" , "default_provider" })
101
+ @ Test (groups = { "online" , "default_provider" }, enabled = false )
102
102
public void testUpdateMicrosoftCom () throws Throwable {
103
103
AsyncHttpClient c = getAsyncHttpClient (new AsyncHttpClientConfig .Builder ().setRequestTimeoutInMs (10000 ).build ());
104
104
try {
You can’t perform that action at this time.
0 commit comments