Ignore Data Elasticsearch test that fails due to DATAES-470
This commit is contained in:
parent
43e2df105c
commit
a5b3d549b9
|
@ -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) -> {
|
||||
|
|
Loading…
Reference in New Issue