From 8632f2130750fb52d0be1b8f357cbe27230c2010 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 19 Oct 2023 17:16:12 +0100 Subject: [PATCH] skip flaky suite (#169370) --- 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 40762e6dab174..3322f1551ef93 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/169369 +// FLAKY: https://github.com/elastic/kibana/issues/169370 describe.skip('ALL - Inventory', { tags: ['@ess'] }, () => { let savedQueryName: string; let savedQueryId: string;