Skip to content

Commit 14962ff

Browse files
committed
Mute GoogleCloudStorageBlobStoreRepositoryTests (#52926)
These intermittently fail due to an assertion triggered by a JDK bug. Relates to #52906
1 parent a57778c commit 14962ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageBlobStoreRepositoryTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import fixture.gcs.GoogleCloudStorageHttpHandler;
2929
import org.apache.lucene.util.BytesRef;
3030
import org.apache.lucene.util.BytesRefBuilder;
31+
import org.apache.lucene.util.LuceneTestCase;
3132
import org.elasticsearch.action.ActionRunnable;
3233
import org.elasticsearch.action.support.PlainActionFuture;
3334
import org.elasticsearch.cluster.metadata.RepositoryMetaData;
@@ -66,6 +67,7 @@
6667
import static org.elasticsearch.repositories.gcs.GoogleCloudStorageRepository.CLIENT_NAME;
6768

6869
@SuppressForbidden(reason = "this test uses a HttpServer to emulate a Google Cloud Storage endpoint")
70+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52906")
6971
public class GoogleCloudStorageBlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTestCase {
7072

7173
@Override

0 commit comments

Comments
 (0)