Skip to content

Commit

Permalink
disable fleet task in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Oct 17, 2023
1 parent b038d5d commit f1de97b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/config.base.js
Expand Up @@ -34,6 +34,9 @@ export default async function ({ readConfigFile }) {

// to be re-enabled once kibana/issues/102552 is completed
'--xpack.reporting.enabled=false',

// disable fleet task that writes to metrics.fleet_server.* data streams, impacting functional tests
`--xpack.task_manager.unsafe.exclude_task_types=${JSON.stringify(['Fleet-Metrics-Task'])}`,
],
},

Expand Down

0 comments on commit f1de97b

Please sign in to comment.