diff --git a/x-pack/test/alerting_api_integration/security_and_spaces/group1/tests/alerting/backfill/task_runner.ts b/x-pack/test/alerting_api_integration/security_and_spaces/group1/tests/alerting/backfill/task_runner.ts index 66514e645e6d..e66121a4c33d 100644 --- a/x-pack/test/alerting_api_integration/security_and_spaces/group1/tests/alerting/backfill/task_runner.ts +++ b/x-pack/test/alerting_api_integration/security_and_spaces/group1/tests/alerting/backfill/task_runner.ts @@ -86,22 +86,19 @@ export default function createBackfillTaskRunnerTests({ getService }: FtrProvide moment().utc().startOf('day').subtract(9, 'days').add(667, 'seconds').toISOString(), ]; - // FLAKY: https://github.com/elastic/kibana/issues/183350 - describe.skip('ad hoc backfill task', () => { + describe('ad hoc backfill task', () => { beforeEach(async () => { await esTestIndexTool.destroy(); await esTestIndexTool.setup(); }); afterEach(async () => { - await objectRemover.removeAll(); - await esTestIndexTool.destroy(); - }); - after(async () => { await es.deleteByQuery({ index: alertsAsDataIndex, query: { match_all: {} }, conflicts: 'proceed', }); + await objectRemover.removeAll(); + await esTestIndexTool.destroy(); }); // This test @@ -143,7 +140,7 @@ export default function createBackfillTaskRunnerTests({ getService }: FtrProvide from: '1m', kibana_siem_app_url: 'https://localhost:5601/app/security', }, - maxSignals: 100, + maxSignals: 20, riskScore: 21, riskScoreMapping: [], severity: 'low',