From d6a285b1f5c195386d62b2dbae4b9332c1f6c31c Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 16 Nov 2023 18:53:05 +0000 Subject: [PATCH] skip flaky suite (#171438) --- .../telemetry/usage_collector/detection_rule_status.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry/usage_collector/detection_rule_status.ts b/x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry/usage_collector/detection_rule_status.ts index fb21ccdcb166a..fc99c5f73ee5f 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry/usage_collector/detection_rule_status.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry/usage_collector/detection_rule_status.ts @@ -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']);