|
@@ -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;
|
|
@@ -235,6 +236,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<>();
|