From bcb660fab45af716076b2d0207c16c3db3eb39ed Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 1 Feb 2024 20:55:21 +0000 Subject: [PATCH] skip failing es promotion suite (#176105) --- .../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 c9c5bd4d479142..bcf3cfa96e3017 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 @@ -208,7 +208,8 @@ export default ({ getService }: FtrProviderContext) => { }); }); - describe('Query', () => { + // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176105 + describe.skip('Query', () => { beforeEach(async () => { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0'); await createAlertsIndex(supertest, log);