Remove unneded cluster config from test (#40856)

This configuration doesn't influence the logger test.
Should be removed to avoid confusion
This commit is contained in:
Alpar Torok 2019-04-05 14:10:22 +03:00
parent f78e6ef73b
commit 21b99a3aeb
1 changed files with 1 additions and 3 deletions

View File

@ -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,8 +23,6 @@ apply plugin: 'elasticsearch.rest-test'
apply plugin: 'elasticsearch.standalone-test'
integTestCluster {
autoSetInitialMasterNodes = false
autoSetHostsProvider = false
/**
* Provide a custom log4j configuration where layout is an old style pattern and confirm that Elasticsearch
* can successfully startup.