From c658d298dee46e8dcc98c406e0b123eb3f156115 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 7 Aug 2023 22:08:19 +0100 Subject: [PATCH 1/2] chore(NA): skip failing suite on osquery/cypress/e2e/all/alerts.cy.ts --- x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts index ef24db6909e4c..508db6e76a76b 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts @@ -95,7 +95,7 @@ describe('Alert Event Details', () => { }); }); - describe('Response actions', () => { + describe.skip('Response actions', () => { let multiQueryPackId: string; let multiQueryPackName: string; let ruleId: string; From 4587d68cc507bcba10fa79b2ad9709b3ead85b58 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 8 Aug 2023 01:27:22 +0100 Subject: [PATCH 2/2] skip case creation suites in addition --- x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts index 508db6e76a76b..f0956b960a7f5 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/alerts.cy.ts @@ -374,7 +374,7 @@ describe('Alert Event Details', () => { }); }); - describe('Case creation', () => { + describe.skip('Case creation', () => { let ruleId: string; let ruleName: string; let packId: string;