Skip to content

Commit

Permalink
Unmute RestClientMultipleHostsIntegTests.testCancelAsyncRequests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cbuescher committed Oct 31, 2023
1 parent 5e8b237 commit cd1f434
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ public void onFailure(Exception exception) {
}
}

@Ignore("https://github.com/elastic/elasticsearch/issues/45577")
public void testCancelAsyncRequests() throws Exception {
int numRequests = randomIntBetween(5, 20);
final List<Response> responses = new CopyOnWriteArrayList<>();
Expand Down

0 comments on commit cd1f434

Please sign in to comment.