mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Cleanup from PR 22608, remove esInstallDir (#23450)
This commit is contained in:
parent
d8b4d4b060
commit
e477ca3fdf
1 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@ import { createEsTestCluster } from '../../es';
|
|||
import { setupUsers, DEFAULT_SUPERUSER_PASS } from './auth';
|
||||
|
||||
export async function runElasticsearch({ config, options }) {
|
||||
const { log, esFrom, esInstallDir } = options;
|
||||
const { log, esFrom } = options;
|
||||
const isOss = config.get('esTestCluster.license') === 'oss';
|
||||
|
||||
const cluster = createEsTestCluster({
|
||||
|
@ -34,7 +34,6 @@ export async function runElasticsearch({ config, options }) {
|
|||
log,
|
||||
basePath: resolve(KIBANA_ROOT, '.es'),
|
||||
esFrom: esFrom || config.get('esTestCluster.from'),
|
||||
esInstallDir,
|
||||
});
|
||||
|
||||
const esArgs = config.get('esTestCluster.serverArgs');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue