Skip to content

Commit

Permalink
[Unskip] x-pack/.../summary_actions.ts
Browse files Browse the repository at this point in the history
Resolves: elastic#193061
  • Loading branch information
wayneseymour committed Sep 17, 2024
1 parent c4b9110 commit 96c75bb
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -498,7 +497,7 @@ export default function ({ getService }: FtrProviderContext) {
num: 2,
sort: 'asc',
retryOptions: {
retryCount: 20,
retryCount: 40,
retryDelay: 10_000,
},
});
Expand Down

0 comments on commit 96c75bb

Please sign in to comment.