From 4bce9984e6119d7126a77f678435c094c47094fd Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Thu, 20 Feb 2020 15:13:11 -0800 Subject: [PATCH] Mute GoogleCloudStorageBlobContainerRetriesTests.testReadLargeBlobWithRetries Signed-off-by: Mark Vieira --- .../gcs/GoogleCloudStorageBlobContainerRetriesTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageBlobContainerRetriesTests.java b/plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageBlobContainerRetriesTests.java index 867e6362436..67ace23ab6b 100644 --- a/plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageBlobContainerRetriesTests.java +++ b/plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageBlobContainerRetriesTests.java @@ -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);