Skip to content

Commit

Permalink
Merge branch 'main' into update-gradle-enterprise-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jan 16, 2024
2 parents 3ba7810 + c8fc737 commit 100e3ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ public void testWriteLargeBlobStreaming() throws Exception {
assertEquals(blobSize, bytesReceived.get());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104436")
public void testReadRetriesAfterMeaningfulProgress() throws Exception {
final int maxRetries = between(0, 5);
final int bufferSizeBytes = scaledRandomIntBetween(
Expand Down

0 comments on commit 100e3ba

Please sign in to comment.