From 86d416440ef33af5d4da7710f3a6c8948a7aa3f8 Mon Sep 17 00:00:00 2001 From: Tomasz Ciecierski Date: Fri, 13 Dec 2024 15:04:24 +0100 Subject: [PATCH] Revert "skip failing test suite (#203921)" This reverts commit 76f2351c4d95456f3934a7da7e461849cb446098. --- .../automated_response_actions.cy.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts index 065a48f7cb3c4..86e07e65e83ae 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts @@ -20,8 +20,7 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host'; import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data'; import { enableAllPolicyProtections } from '../../tasks/endpoint_policy'; -// Failing: See https://github.com/elastic/kibana/issues/203921 -describe.skip( +describe( 'Automated Response Actions', { tags: ['@ess', '@serverless'],