Skip to content

Commit

Permalink
Disable v2 migrations for reporting without serucity api integration …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
rudolf committed Jan 26, 2021
1 parent bdf2a68 commit 88d8853
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
kbnTestServer: {
...apiConfig.get('kbnTestServer'),
serverArgs: [
`--migrations.enableV2=false`,
`--elasticsearch.hosts=${formatUrl(esTestConfig.getUrlParts())}`,
`--logging.json=false`,
`--server.maxPayloadBytes=1679958`,
Expand Down

0 comments on commit 88d8853

Please sign in to comment.