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:
Christoph Büscher 2023-10-31 11:44:58 +01:00 committed by GitHub
parent 2b9ca8c3af
commit f08ae65f50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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