Mute RestClientMultipleHostsIntegTests.testCancelAsyncRequests (#48535)
Relates https://github.com/elastic/elasticsearch/issues/45577
This commit is contained in:
parent
e9c8e4f6d1
commit
2861088a59
|
@ -27,6 +27,7 @@ import org.elasticsearch.mocksocket.MockHttpServer;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.ConnectException;
|
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 {
|
public void testCancelAsyncRequests() throws Exception {
|
||||||
int numRequests = randomIntBetween(5, 20);
|
int numRequests = randomIntBetween(5, 20);
|
||||||
final List<Response> responses = new CopyOnWriteArrayList<>();
|
final List<Response> responses = new CopyOnWriteArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue