Ignore Data Elasticsearch test that fails due to DATAES-470

This commit is contained in:
Andy Wilkinson 2018-07-10 15:57:47 +01:00
parent 43e2df105c
commit a5b3d549b9
1 changed files with 2 additions and 0 deletions

View File

@ -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) -> {