From d1d17abd3d8127ddef2c3df4213a55764fe56881 Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Fri, 5 Apr 2019 14:10:22 +0300 Subject: [PATCH] Remove unneded cluster config from test (#40856) This configuration doesn't influence the logger test. Should be removed to avoid confusion --- qa/logging-config/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa/logging-config/build.gradle b/qa/logging-config/build.gradle index 3f6217ae717e9..7b5682507cbfe 100644 --- a/qa/logging-config/build.gradle +++ b/qa/logging-config/build.gradle @@ -1,4 +1,4 @@ -/* + /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright @@ -23,7 +23,6 @@ apply plugin: 'elasticsearch.rest-test' apply plugin: 'elasticsearch.standalone-test' integTestCluster { - autoSetHostsProvider = false /** * Provide a custom log4j configuration where layout is an old style pattern and confirm that Elasticsearch * can successfully startup.