Mute GoogleCloudStorageBlobStoreRepositoryTests (#52926)

These intermittently fail due to an assertion triggered by a JDK bug.

Relates to #52906
This commit is contained in:
Lee Hinman 2020-02-27 15:16:26 -07:00 committed by Lee Hinman
parent 1d1956ee93
commit a47e404732
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import fixture.gcs.FakeOAuth2HttpHandler;
import fixture.gcs.GoogleCloudStorageHttpHandler;
import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.BytesRefBuilder;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.ActionRunnable;
import org.elasticsearch.action.support.PlainActionFuture;
import org.elasticsearch.cluster.metadata.RepositoryMetaData;
@ -66,6 +67,7 @@ import static org.elasticsearch.repositories.gcs.GoogleCloudStorageRepository.BU
import static org.elasticsearch.repositories.gcs.GoogleCloudStorageRepository.CLIENT_NAME;
@SuppressForbidden(reason = "this test uses a HttpServer to emulate a Google Cloud Storage endpoint")
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52906")
public class GoogleCloudStorageBlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTestCase {
@Override