Skip to content

Commit

Permalink
AwaitsFix for #92039
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Dec 1, 2022
1 parent 5d1204b commit c43571b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void testGetProfilingDataUnfiltered() throws Exception {
assertNotNull("libc.so.6", response.getExecutables().get("QCCDqjSg3bMK1C4YRK6Tiw"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92039")
public void testAutomaticCancellation() throws Exception {
Request restRequest = new Request("POST", "/_profiling/stacktraces");
restRequest.setEntity(new StringEntity("""
Expand Down

0 comments on commit c43571b

Please sign in to comment.