Skip to content

Commit

Permalink
skip failing es promotion suite (#132856)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 24, 2022
1 parent 556b491 commit 71426f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export default ({ getService }: FtrProviderContext) => {
await deleteAllEventLogExecutionEvents(es, log);
});

describe('"kql" rule type', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/132856
describe.skip('"kql" rule type', () => {
let stats: DetectionMetrics | undefined;
before(async () => {
const rule = getRuleForSignalTesting(['telemetry']);
Expand Down

0 comments on commit 71426f4

Please sign in to comment.