[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:
Tyler Smalley 2020-03-16 16:54:56 -07:00 committed by GitHub
parent 12ed61c1df
commit 692e03536d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
];