Mute AzureDiscoveryClusterFormationTests (#43049)

Relates #43048
This commit is contained in:
Henning Andersen 2019-06-10 17:39:01 +02:00 committed by Henning Andersen
parent bf5d56053a
commit 014bad1f61
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import com.sun.net.httpserver.Headers;
import com.sun.net.httpserver.HttpsConfigurator;
import com.sun.net.httpserver.HttpsServer;
import org.apache.logging.log4j.LogManager;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.bootstrap.JavaVersion;
import org.elasticsearch.cloud.azure.classic.management.AzureComputeService;
import org.elasticsearch.common.SuppressForbidden;
@ -70,6 +71,7 @@ import java.util.List;
import java.util.UUID;
import java.util.concurrent.ExecutionException;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43048")
@ESIntegTestCase.ClusterScope(numDataNodes = 2, numClientNodes = 0)
@SuppressForbidden(reason = "use http server")
// TODO this should be a IT but currently all ITs in this project run against a real cluster