From 2d168f3d4d482ca06358c324b497d8f4fa640a8c Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 27 Mar 2025 16:43:34 +0000 Subject: [PATCH] skip flaky suite (#209024) --- .../eql/trial_license_complete_tier/eql.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/eql/trial_license_complete_tier/eql.ts b/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/eql/trial_license_complete_tier/eql.ts index ce8a7daac659..25e273c86498 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/eql/trial_license_complete_tier/eql.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/eql/trial_license_complete_tier/eql.ts @@ -81,7 +81,8 @@ export default ({ getService }: FtrProviderContext) => { const auditPath = dataPathBuilder.getPath('auditbeat/hosts'); const packetBeatPath = dataPathBuilder.getPath('packetbeat/default'); - describe('@ess @serverless @serverlessQA EQL type rules', () => { + // FLAKY: https://github.com/elastic/kibana/issues/209024 + describe.skip('@ess @serverless @serverlessQA EQL type rules', () => { const { indexListOfDocuments } = dataGeneratorFactory({ es, index: 'ecs_compliant',