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:
parent
f78e6ef73b
commit
21b99a3aeb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue