Skip to content

Commit

Permalink
Revert "skip failing test suite (elastic#193061)"
Browse files Browse the repository at this point in the history
This reverts commit 1199a5c.
  • Loading branch information
jbudz committed Sep 16, 2024
1 parent b77b9e1 commit 2ad4fcd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ export default function ({ getService }: FtrProviderContext) {
let roleAdmin: RoleCredentials;
let internalReqHeader: InternalRequestHeader;

// 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

0 comments on commit 2ad4fcd

Please sign in to comment.