From 96c75bb7710bbb1717636aa9bce653567a4912fd Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Tue, 17 Sep 2024 09:22:45 +0100 Subject: [PATCH] [Unskip] x-pack/.../summary_actions.ts Resolves: https://github.com/elastic/kibana/issues/193061 --- .../test_suites/common/alerting/summary_actions.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/common/alerting/summary_actions.ts b/x-pack/test_serverless/api_integration/test_suites/common/alerting/summary_actions.ts index ec63653bef7c7..437b8fb7c8293 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/alerting/summary_actions.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/alerting/summary_actions.ts @@ -39,8 +39,7 @@ export default function ({ getService }: FtrProviderContext) { const alertingApi = getService('alertingApi'); let roleAdmin: RoleCredentials; - // Failing: See https://github.com/elastic/kibana/issues/193061 - describe.skip('Summary actions', function () { + describe('Summary actions', function () { const RULE_TYPE_ID = '.es-query'; const ALERT_ACTION_INDEX = 'alert-action-es-query'; const ALERT_INDEX = '.alerts-stack.alerts-default'; @@ -498,7 +497,7 @@ export default function ({ getService }: FtrProviderContext) { num: 2, sort: 'asc', retryOptions: { - retryCount: 20, + retryCount: 40, retryDelay: 10_000, }, });