Commit c59f3121 authored by Andy Wilkinson's avatar Andy Wilkinson

Revert "Ignore Data Elasticsearch test that fails due to DATAES-470"

Closes gh-13744
parent dade7cc3
......@@ -22,7 +22,6 @@ 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;
......@@ -64,7 +63,6 @@ public class ElasticsearchAutoConfigurationTests {
}
@Test
@Ignore("DATAES-470")
public void createTransportClient() {
this.context = new AnnotationConfigApplicationContext();
new ElasticsearchNodeTemplate().doWithNode((node) -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment