Skip to content

Commit 21b99a3

Browse files
committed
Remove unneded cluster config from test (#40856)
This configuration doesn't influence the logger test. Should be removed to avoid confusion
1 parent f78e6ef commit 21b99a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

qa/logging-config/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Licensed to Elasticsearch under one or more contributor
33
* license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
@@ -23,8 +23,6 @@ apply plugin: 'elasticsearch.rest-test'
2323
apply plugin: 'elasticsearch.standalone-test'
2424

2525
integTestCluster {
26-
autoSetInitialMasterNodes = false
27-
autoSetHostsProvider = false
2826
/**
2927
* Provide a custom log4j configuration where layout is an old style pattern and confirm that Elasticsearch
3028
* can successfully startup.

0 commit comments

Comments
 (0)