From 2ba601a0d2642f31a4abccfaee13d348d5e58ccd Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 6 May 2024 12:40:48 -0400 Subject: [PATCH] [8.14] [Security Solution][Endpoint] Enable skipped ftr tests (#182664) (#182708) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.14`: - [[Security Solution][Endpoint] Enable skipped ftr tests (#182664)](https://github.com/elastic/kibana/pull/182664) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: David Sánchez --- x-pack/test/security_solution_endpoint/apps/endpoint/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/security_solution_endpoint/apps/endpoint/index.ts b/x-pack/test/security_solution_endpoint/apps/endpoint/index.ts index 58e1eec24b423..6786f82a6fabe 100644 --- a/x-pack/test/security_solution_endpoint/apps/endpoint/index.ts +++ b/x-pack/test/security_solution_endpoint/apps/endpoint/index.ts @@ -16,8 +16,7 @@ import { export default function (providerContext: FtrProviderContext) { const { loadTestFile, getService, getPageObjects } = providerContext; - // FLAKY: https://github.com/elastic/kibana/issues/180401 - describe.skip('endpoint', function () { + describe('endpoint', function () { const ingestManager = getService('ingestManager'); const log = getService('log'); const endpointTestResources = getService('endpointTestResources');