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