From 21d1a335913b26054c87276db9e37092af5c051b Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 5 Jul 2024 00:45:10 +0100 Subject: [PATCH] skip flaky suite (#187478) --- .../execution_logic/machine_learning_alert_suppression.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/trial_license_complete_tier/execution_logic/machine_learning_alert_suppression.ts b/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/execution_logic/machine_learning_alert_suppression.ts index b29ce8abbb8ef..1bb962485f100 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/execution_logic/machine_learning_alert_suppression.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/execution_logic/machine_learning_alert_suppression.ts @@ -112,7 +112,8 @@ export default ({ getService }: FtrProviderContext) => { await deleteAllAnomalies(log, es); }); - describe('with per-execution suppression duration', () => { + // FLAKY: https://github.com/elastic/kibana/issues/187478 + describe.skip('with per-execution suppression duration', () => { beforeEach(() => { ruleProps = { ...baseRuleProps,