Skip to content

Commit 8cb2bb5

Browse files
authored
Mute GcsProxyIntegrationTests (#93812)
See #93811
1 parent e144bef commit 8cb2bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/GcsProxyIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
import com.sun.net.httpserver.HttpServer;
1515

16+
import org.apache.lucene.tests.util.LuceneTestCase;
1617
import org.elasticsearch.common.settings.MockSecureSettings;
1718
import org.elasticsearch.common.settings.Settings;
1819
import org.elasticsearch.core.SuppressForbidden;
@@ -40,6 +41,7 @@
4041
import static org.elasticsearch.repositories.gcs.GoogleCloudStorageRepository.CLIENT_NAME;
4142

4243
@SuppressForbidden(reason = "We start an HTTP proxy server to test proxy support for GCS")
44+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/93811")
4345
public class GcsProxyIntegrationTests extends ESBlobStoreRepositoryIntegTestCase {
4446

4547
private static HttpServer upstreamServer;

0 commit comments

Comments
 (0)