From c57da8b9fbdd6093b363b05c9d22651f2bcd7a54 Mon Sep 17 00:00:00 2001 From: Yara Tercero Date: Tue, 13 Feb 2024 20:59:06 -0800 Subject: [PATCH] [Detections Response][Tests] Unskip tests (#176661) ## Summary Unskips tests that were skipped due to an upstream change and fixed in https://github.com/elastic/elasticsearch/pull/105298 Addresses https://github.com/elastic/kibana/issues/176105, https://github.com/elastic/kibana/issues/176117, https://github.com/elastic/kibana/issues/176270, https://github.com/elastic/kibana/issues/176359, https://github.com/elastic/kibana/issues/176360 --- .../alerts_compatibility.ts | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 ace23491ba2f7d..1a2343ffe874d1 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 @@ -210,8 +210,7 @@ export default ({ getService }: FtrProviderContext) => { }); }); - // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176105 - describe.skip('Query', () => { + describe('Query', () => { beforeEach(async () => { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0'); await createAlertsIndex(supertest, log); @@ -550,8 +549,7 @@ export default ({ getService }: FtrProviderContext) => { }); }); - // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176117 - describe.skip('Saved Query', () => { + describe('Saved Query', () => { beforeEach(async () => { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0'); await createAlertsIndex(supertest, log); @@ -594,8 +592,7 @@ export default ({ getService }: FtrProviderContext) => { }); }); - // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176270 - describe.skip('EQL', () => { + describe('EQL', () => { beforeEach(async () => { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0'); await createAlertsIndex(supertest, log); @@ -638,8 +635,7 @@ export default ({ getService }: FtrProviderContext) => { }); }); - // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176359 - describe.skip('Threshold', () => { + describe('Threshold', () => { beforeEach(async () => { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0'); await createAlertsIndex(supertest, log);