mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[test] Disable ES field data in functional tests (#59100)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
12ed61c1df
commit
692e03536d
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ export function createLegacyEsTestCluster(options = {}) {
|
|||
`http.port=${port}`,
|
||||
'discovery.type=single-node',
|
||||
`transport.port=${esTestConfig.getTransportPort()}`,
|
||||
`indices.id_field_data.enabled=false`,
|
||||
...customEsArgs,
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue