From dd6c425b7096c03c5d2aefe8df610a3ccc89fc12 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 14 Feb 2024 16:02:02 +0000 Subject: [PATCH] skip flaky suite (#169785) --- .../osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts index 5cb3a31787863..01370cfd1f93d 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts @@ -24,7 +24,8 @@ import { import { clickRuleName, inputQuery, typeInECSFieldInput } from '../../tasks/live_query'; import { closeDateTabIfVisible, closeToastIfVisible } from '../../tasks/integrations'; -describe('Alert Event Details - Response Actions Form', { tags: ['@ess', '@serverless'] }, () => { +// FLAKY: https://github.com/elastic/kibana/issues/169785 +describe.skip('Alert Event Details - Response Actions Form', { tags: ['@ess', '@serverless'] }, () => { let multiQueryPackId: string; let multiQueryPackName: string; let ruleId: string;