Skip to content

Commit

Permalink
skip failing test suite (#167665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 2, 2023
1 parent 3bff7fb commit 45a5a09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function ({ getService }: FtrProviderContext) {
const esClient = getService('es');
const esDeleteAllIndices = getService('esDeleteAllIndices');

describe('Alerting rules', () => {
// Failing: See https://github.com/elastic/kibana/issues/167665
describe.skip('Alerting rules', () => {
const RULE_TYPE_ID = '.es-query';
const ALERT_ACTION_INDEX = 'alert-action-es-query';
let actionId: string;
Expand Down

0 comments on commit 45a5a09

Please sign in to comment.