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 da67b4c commit 1a90d77
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export default ({ getService }: FtrProviderContext) => {
const es = getService('es');

// Note: We don't actually find signals well with ML tests at the moment so there are not tests for ML rule type for telemetry
describe('Detection rule status telemetry', async () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/132856
describe.skip('Detection rule status telemetry', async () => {
before(async () => {
// Just in case other tests do not clean up the event logs, let us clear them now and here only once.
await deleteAllEventLogExecutionEvents(es, log);
Expand All @@ -66,8 +67,7 @@ export default ({ getService }: FtrProviderContext) => {
await deleteAllEventLogExecutionEvents(es, log);
});

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

0 comments on commit 1a90d77

Please sign in to comment.