Skip to content

Commit

Permalink
skip flaky suite (elastic#171438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 16, 2023
1 parent 53a37f0 commit d6a285b
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', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171438
describe.skip('"kql" rule type', () => {
let stats: DetectionMetrics | undefined;
before(async () => {
const rule = getRuleForAlertTesting(['telemetry']);
Expand Down

0 comments on commit d6a285b

Please sign in to comment.