Mute S3BlobContainerRetriesTests.testReadRangeBlobWithRetries

This commit is contained in:
Mark Vieira 2020-04-08 16:45:01 -07:00
parent 85f129a50a
commit ac6d1f7b24
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ public class S3BlobContainerRetriesTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54995")
public void testReadRangeBlobWithRetries() throws Exception {
final int maxRetries = randomInt(5);
final CountDown countDown = new CountDown(maxRetries + 1);