Skip to content

Commit

Permalink
Disable monitoring plugin email notifications in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Feb 11, 2021
1 parent 1707da8 commit 929a292
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ export default async function ({ readConfigFile }) {
'--xpack.encryptedSavedObjects.encryptionKey="DkdXazszSCYexXqz4YktBGHCRkV6hyNK"',
'--timelion.ui.enabled=true',
'--savedObjects.maxImportPayloadBytes=10485760', // for OSS test management/_import_objects
// Disable monitoring plugin's email notifications, otherwise the
// monitoring plugin tries to read UiSettings while esArchiver is
// loading data causing the test Kibana server to crash
'--monitoring.cluster_alerts.email_notifications.enabled=false',
'--monitoring.cluster_alerts.email_notifications.email_address=e',
'--logging.verbose=true',
'--elasticsearch.logQueries=true',
],
},
uiSettings: {
Expand Down

0 comments on commit 929a292

Please sign in to comment.