Skip to content

Commit

Permalink
AwaitsFix for elastic#108061
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Apr 30, 2024
1 parent bdcbb04 commit fd6c267
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ public void testProxyConnectionDisconnect() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108061")
public void testCancel() throws Exception {
assertAcked(client(LOCAL_CLUSTER).admin().indices().prepareCreate("demo"));
indexDocs(client(LOCAL_CLUSTER), "demo");
Expand Down

0 comments on commit fd6c267

Please sign in to comment.