mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Unmute RestClientMultipleHostsIntegTests.testCancelAsyncRequests (#101592)
The underlying issue is closed, so either this test should be running correctly now, is still failing for valid reasons or can be removed. Either way we need to enable it to see.
This commit is contained in:
parent
2b9ca8c3af
commit
f08ae65f50
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ 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…
Add table
Add a link
Reference in a new issue