Mute AzureBlobStoreRepositoryTests (#49364)

Relates #48978
This commit is contained in:
Tanguy Leroux 2019-11-20 05:13:56 -05:00
parent 4ffa050735
commit 6bad28a835
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import com.microsoft.azure.storage.blob.BlobRequestOptions;
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import fixture.azure.AzureHttpHandler;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.common.SuppressForbidden;
import org.elasticsearch.common.settings.MockSecureSettings;
import org.elasticsearch.common.settings.Settings;
@ -40,6 +41,7 @@ import java.util.Collection;
import java.util.Collections;
import java.util.Map;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48978")
@SuppressForbidden(reason = "this test uses a HttpServer to emulate an Azure endpoint")
public class AzureBlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTestCase {