From fcd61e3af479b7154d470890dacd3911e6085f16 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 31 Oct 2023 01:53:21 +0000 Subject: [PATCH] skip flaky suite (#170157) --- .../osquery/cypress/e2e/all/alerts_multiple_agents.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/osquery/cypress/e2e/all/alerts_multiple_agents.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/alerts_multiple_agents.cy.ts index 6dde203828a19..12d3f30ad632a 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/alerts_multiple_agents.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/alerts_multiple_agents.cy.ts @@ -14,7 +14,8 @@ import { } from '../../tasks/live_query'; import { OSQUERY_FLYOUT_BODY_EDITOR } from '../../screens/live_query'; -describe( +// FLAKY: https://github.com/elastic/kibana/issues/170157 +describe.skip( 'Alert Event Details - dynamic params', { tags: ['@ess', '@serverless'],