Skip to content

Commit bcbb2c9

Browse files
committed
Mute AzureBlobStoreRepositoryTests (#49364)
Relates #48978
1 parent 58420ce commit bcbb2c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import com.sun.net.httpserver.HttpExchange;
2626
import com.sun.net.httpserver.HttpHandler;
2727
import fixture.azure.AzureHttpHandler;
28+
import org.apache.lucene.util.LuceneTestCase;
2829
import org.elasticsearch.common.SuppressForbidden;
2930
import org.elasticsearch.common.settings.MockSecureSettings;
3031
import org.elasticsearch.common.settings.Settings;
@@ -40,6 +41,7 @@
4041
import java.util.Collections;
4142
import java.util.Map;
4243

44+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48978")
4345
@SuppressForbidden(reason = "this test uses a HttpServer to emulate an Azure endpoint")
4446
public class AzureBlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTestCase {
4547

0 commit comments

Comments
 (0)