From 71426f4be0bebe04691da4b7f5f797a3168534be Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 24 May 2022 21:27:45 +0100 Subject: [PATCH] skip failing es promotion suite (#132856) --- .../group4/telemetry/usage_collector/detection_rule_status.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/detection_engine_api_integration/security_and_spaces/group4/telemetry/usage_collector/detection_rule_status.ts b/x-pack/test/detection_engine_api_integration/security_and_spaces/group4/telemetry/usage_collector/detection_rule_status.ts index 05f7ce40d9d32..432e7b8b189f9 100644 --- a/x-pack/test/detection_engine_api_integration/security_and_spaces/group4/telemetry/usage_collector/detection_rule_status.ts +++ b/x-pack/test/detection_engine_api_integration/security_and_spaces/group4/telemetry/usage_collector/detection_rule_status.ts @@ -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']);