Mute RestClientMultipleHostsIntegTests.testCancelAsyncRequests (#48535)

Relates https://github.com/elastic/elasticsearch/issues/45577
This commit is contained in:
Tanguy Leroux 2019-10-25 17:41:34 +02:00
parent e9c8e4f6d1
commit 2861088a59
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.elasticsearch.mocksocket.MockHttpServer;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import java.io.IOException;
import java.net.ConnectException;
@ -231,6 +232,7 @@ public class RestClientMultipleHostsIntegTests extends RestClientTestCase {
}
}
@Ignore("https://github.com/elastic/elasticsearch/issues/45577")
public void testCancelAsyncRequests() throws Exception {
int numRequests = randomIntBetween(5, 20);
final List<Response> responses = new CopyOnWriteArrayList<>();