From 35dd2011d15611d1236aa7f7859c09f3d4e2165d Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 6 Feb 2024 03:41:53 +0000 Subject: [PATCH] skip flaky es promotion suite (#176270) --- .../alerts/trial_license_complete_tier/alerts_compatibility.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/alerts/trial_license_complete_tier/alerts_compatibility.ts b/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/alerts_compatibility.ts index 176dc29c8b1cad..5547bf57fb1aef 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/alerts_compatibility.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/alerts_compatibility.ts @@ -592,7 +592,8 @@ export default ({ getService }: FtrProviderContext) => { }); }); - describe('EQL', () => { + // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176270 + describe.skip('EQL', () => { beforeEach(async () => { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0'); await createAlertsIndex(supertest, log);