diff --git a/test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java b/test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java index 72040863704..c27d3ed5604 100644 --- a/test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java +++ b/test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java @@ -340,11 +340,6 @@ public abstract class ESRestTestCase extends ESTestCase { return restClientSettings(); // default to the same client settings } - /** Returns the addresses the client uses to connect to the test cluster. */ - protected URL[] getClusterUrls() { - return clusterUrls; - } - @Before public void reset() throws IOException { // admin context must be available for @After always, regardless of whether the test was blacklisted