Skip to content

Commit

Permalink
skip failing test suite (#193061)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 16, 2024
1 parent 7a7cd7b commit 1199a5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function ({ getService }: FtrProviderContext) {
const alertingApi = getService('alertingApi');
let roleAdmin: RoleCredentials;

describe('Summary actions', function () {
// Failing: See https://github.com/elastic/kibana/issues/193061
describe.skip('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 1199a5c

Please sign in to comment.