mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Use default ES distribution for functional tests (#88737)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
46feb76592
commit
b39ad86b5d
18 changed files with 44 additions and 33 deletions
|
@ -19,7 +19,10 @@ export default async function ({ readConfigFile }) {
|
|||
junit: {
|
||||
reportName: 'API Integration Tests',
|
||||
},
|
||||
esTestCluster: commonConfig.get('esTestCluster'),
|
||||
esTestCluster: {
|
||||
...functionalConfig.get('esTestCluster'),
|
||||
serverArgs: ['xpack.security.enabled=false'],
|
||||
},
|
||||
kbnTestServer: {
|
||||
...functionalConfig.get('kbnTestServer'),
|
||||
serverArgs: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue