[6.x] Remove ES node discovery settings from test configuration. (#27270)

This commit is contained in:
Aleh Zasypkin 2018-12-17 14:19:24 +01:00 committed by GitHub
parent c99b81c129
commit 57196aa7cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ export function createEsTestCluster(options = {}) {
esArgs: [
`cluster.name=${clusterName}`,
`http.port=${port}`,
`discovery.zen.ping.unicast.hosts=localhost:${port}`,
'discovery.type=single-node',
...esArgs,
],
});