Skip to content

Commit

Permalink
Merge branch 'main' into upgrade/superagent-supertest
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Aug 16, 2023
2 parents 833a843 + d0231b9 commit 38a2699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ({ getService }: FtrProviderContext) {
const esClient = getService('es');
const esDeleteAllIndices = getService('esDeleteAllIndices');

describe('Alerting rules', () => {
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 38a2699

Please sign in to comment.