Skip to content

Commit

Permalink
Remove unneded cluster config from test (elastic#40856)
Browse files Browse the repository at this point in the history
This configuration doesn't influence the logger test.
Should be removed to avoid confusion
  • Loading branch information
alpar-t authored Apr 5, 2019
1 parent 1597f69 commit d1d17ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qa/logging-config/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down

0 comments on commit d1d17ab

Please sign in to comment.