From 0308b3d90552e070715efafcae3c2e3870af5033 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 30 Oct 2023 21:23:15 +0000 Subject: [PATCH] skip flaky suite (#169575) --- x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts index eb1c305b1ab3b..70614f958bb2f 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts @@ -12,6 +12,7 @@ import { triggerLoadData } from '../../tasks/inventory'; import { ServerlessRoleName } from '../../support/roles'; // FLAKY: https://github.com/elastic/kibana/issues/169574 +// FLAKY: https://github.com/elastic/kibana/issues/169575 describe.skip('ALL - Inventory', { tags: ['@ess'] }, () => { let savedQueryName: string; let savedQueryId: string;