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();