From 8e6b12fe3c554bd799b17327c0819afad38a1295 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:39:27 -0500 Subject: [PATCH] skip failing test suite (#176945) --- .../cypress/e2e/investigations/timelines/data_providers.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/data_providers.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/data_providers.cy.ts index e88fc5aa8dc85..10d5f3a28c19e 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/data_providers.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/data_providers.cy.ts @@ -30,6 +30,7 @@ import { getTimeline } from '../../../objects/timeline'; import { hostsUrl } from '../../../urls/navigation'; // Failing: See https://github.com/elastic/kibana/issues/177486 +// Failing: See https://github.com/elastic/kibana/issues/176945 describe.skip('Timeline data providers', { tags: ['@ess', '@serverless'] }, () => { beforeEach(() => { login();