Skip to content

Commit

Permalink
Update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Sep 9, 2021
1 parent 587f6a2 commit a6d9461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/alerting_api_integration/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function createTestConfig(name: string, options: CreateTestConfigOptions)
...customHostSettings,
'--xpack.eventLog.logEntries=true',
'--xpack.task_manager.ephemeral_tasks.enabled=false',
`--xpack.task_manager.internal.exclude_task_types=${JSON.stringify([
`--xpack.task_manager.unsafe.exclude_task_types=${JSON.stringify([
'actions:test.excluded',
])}`,
`--xpack.actions.preconfiguredAlertHistoryEsIndex=${preconfiguredAlertHistoryEsIndex}`,
Expand Down

0 comments on commit a6d9461

Please sign in to comment.