File tree Expand file tree Collapse file tree
slack-api-client/src/test/java
test_with_remote_apis/methods Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import com .slack .api .util .thread .ExecutorServiceProvider ;
88import org .junit .After ;
99import org .junit .Before ;
10+ import org .junit .Ignore ;
1011import org .junit .Test ;
1112import util .MockSlackApiServer ;
1213
@@ -70,6 +71,7 @@ public void apiTest_async() throws Exception {
7071 }
7172
7273 @ Test
74+ @ Ignore
7375 public void customTimeouts_read () throws Exception {
7476 int retryCount = 0 ;
7577 while (retryCount <= 100 ) {
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ public void rawResponse() throws IOException {
9595 }
9696
9797 @ Test
98+ @ Ignore
9899 public void customTimeouts_read () throws Exception {
99100 SlackConfig config = new SlackConfig ();
100101 config .setHttpClientReadTimeoutMillis (1 );
You can’t perform that action at this time.
0 commit comments