Ignore Data Elasticsearch test that fails due to DATAES-470
This commit is contained in:
@@ -22,6 +22,7 @@ import org.elasticsearch.client.Client;
|
||||
import org.elasticsearch.client.transport.TransportClient;
|
||||
import org.elasticsearch.cluster.node.DiscoveryNode;
|
||||
import org.junit.After;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration;
|
||||
@@ -63,6 +64,7 @@ public class ElasticsearchAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("DATAES-470")
|
||||
public void createTransportClient() {
|
||||
this.context = new AnnotationConfigApplicationContext();
|
||||
new ElasticsearchNodeTemplate().doWithNode((node) -> {
|
||||
|
||||
Reference in New Issue
Block a user