diff --git a/dd-java-agent/instrumentation/elasticsearch-rest-5/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy b/dd-java-agent/instrumentation/elasticsearch-rest-5/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy index 934cf2ac64..e5adbd878c 100644 --- a/dd-java-agent/instrumentation/elasticsearch-rest-5/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy +++ b/dd-java-agent/instrumentation/elasticsearch-rest-5/src/latestDepTest/groovy/Elasticsearch6RestClientTest.groovy @@ -100,13 +100,4 @@ class Elasticsearch6RestClientTest extends AgentTestRunner { } } } - -// static class TestNode extends Node { -// TestNode(Environment environment, Collection> classpathPlugins) { -// super(environment, classpathPlugins, false) -// } -// -// @Override -// protected void registerDerivedNodeNameWithLogger(String nodeName) {} -// } }