Skip to content

Commit

Permalink
Unmute RestClientMultipleHostsIntegTests.testCancelAsyncRequests (ela…
Browse files Browse the repository at this point in the history
…stic#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.
  • Loading branch information
cbuescher committed Oct 31, 2023
1 parent 6036979 commit 568e2d5
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 568e2d5

Please sign in to comment.