Skip to content

Commit

Permalink
disable telemetry for warmup phase (#140213)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow authored Sep 8, 2022
1 parent 4c3d562 commit 8748896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/performance/journeys/base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async function ({ readConfigFile, log }: FtrConfigProviderContext
...functionalConfig.get('kbnTestServer'),
serverArgs: [
...functionalConfig.get('kbnTestServer.serverArgs'),
`--telemetry.optIn=true`,
`--telemetry.optIn=${process.env.TEST_PERFORMANCE_PHASE === 'TEST'}`,
`--telemetry.labels=${JSON.stringify(telemetryLabels)}`,
'--csp.strict=false',
'--csp.warnLegacyBrowsers=false',
Expand Down

0 comments on commit 8748896

Please sign in to comment.