Mute GoogleCloudStorageBlobContainerRetriesTests.testReadLargeBlobWithRetries

Signed-off-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
Mark Vieira 2020-02-20 15:13:11 -08:00
parent 013d5c2d24
commit 4bce9984e6
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105

View File

@ -200,6 +200,7 @@ public class GoogleCloudStorageBlobContainerRetriesTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52607")
public void testReadLargeBlobWithRetries() throws Exception {
final int maxRetries = randomIntBetween(2, 10);
final CountDown countDown = new CountDown(maxRetries);