From df11aeae499077ec3b4b3eeedb02c9114c538107 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:29:28 +1100 Subject: [PATCH] [8.x] [EDR Workflows] Unskip DW tests (#196794) (#197124) # Backport This will backport the following commits from `main` to `8.x`: - [[EDR Workflows] Unskip DW tests (#196794)](https://github.com/elastic/kibana/pull/196794) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Tomasz Ciecierski --- .../security_solution/scripts/endpoint/common/constants.ts | 1 + .../list_detail_page/list_details.cy.ts | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/scripts/endpoint/common/constants.ts b/x-pack/plugins/security_solution/scripts/endpoint/common/constants.ts index 4a8b2daca2af4..9ca18f0d68f2c 100644 --- a/x-pack/plugins/security_solution/scripts/endpoint/common/constants.ts +++ b/x-pack/plugins/security_solution/scripts/endpoint/common/constants.ts @@ -14,4 +14,5 @@ export const ENDPOINT_ALERTS_INDEX = 'logs-endpoint.alerts-default'; export const COMMON_API_HEADERS = Object.freeze({ 'kbn-xsrf': 'security-solution', 'x-elastic-internal-origin': 'security-solution', + 'elastic-api-version': '2023-10-31', }); diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/shared_exception_lists_management/list_detail_page/list_details.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/shared_exception_lists_management/list_detail_page/list_details.cy.ts index 2a98a12cba7e5..5b2326ec617a6 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/shared_exception_lists_management/list_detail_page/list_details.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/shared_exception_lists_management/list_detail_page/list_details.cy.ts @@ -41,8 +41,7 @@ const getExceptionList1 = () => ({ const EXCEPTION_LIST_NAME = 'Newly created list'; -// FLAKY: https://github.com/elastic/kibana/issues/180740 -describe.skip('Exception list detail page', { tags: ['@ess', '@serverless'] }, () => { +describe('Exception list detail page', { tags: ['@ess', '@serverless'] }, () => { beforeEach(() => { login();