Skip to content

Commit 96c75bb

Browse files
committed
[Unskip] x-pack/.../summary_actions.ts
Resolves: #193061
1 parent c4b9110 commit 96c75bb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

x-pack/test_serverless/api_integration/test_suites/common/alerting/summary_actions.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ export default function ({ getService }: FtrProviderContext) {
3939
const alertingApi = getService('alertingApi');
4040
let roleAdmin: RoleCredentials;
4141

42-
// Failing: See https://github.com/elastic/kibana/issues/193061
43-
describe.skip('Summary actions', function () {
42+
describe('Summary actions', function () {
4443
const RULE_TYPE_ID = '.es-query';
4544
const ALERT_ACTION_INDEX = 'alert-action-es-query';
4645
const ALERT_INDEX = '.alerts-stack.alerts-default';
@@ -498,7 +497,7 @@ export default function ({ getService }: FtrProviderContext) {
498497
num: 2,
499498
sort: 'asc',
500499
retryOptions: {
501-
retryCount: 20,
500+
retryCount: 40,
502501
retryDelay: 10_000,
503502
},
504503
});

0 commit comments

Comments
 (0)