mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
Mute GoogleCloudStorageBlobContainerRetriesTests.testReadLargeBlobWithRetries
Signed-off-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
parent
013d5c2d24
commit
4bce9984e6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user