From 42bc3d080edbdcb5bf14976021025e7663c6c30f Mon Sep 17 00:00:00 2001 From: Tomasz Ciecierski Date: Tue, 31 Oct 2023 11:54:08 +0100 Subject: [PATCH] unskip --- .../osquery/cypress/e2e/all/alerts_multiple_agents.cy.ts | 3 +-- x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) 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 7fa97cb3e2aaf..afea9bb8c0adf 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 @@ -15,8 +15,7 @@ import { } from '../../tasks/live_query'; import { OSQUERY_FLYOUT_BODY_EDITOR } from '../../screens/live_query'; -// FLAKY: https://github.com/elastic/kibana/issues/170157 -describe.skip( +describe( 'Alert Event Details - dynamic params', { tags: ['@ess', '@serverless'], 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 70614f958bb2f..e0442be19ece5 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts @@ -11,9 +11,7 @@ import { loadSavedQuery, cleanupSavedQuery } from '../../tasks/api_fixtures'; 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'] }, () => { +describe('ALL - Inventory', { tags: ['@ess'] }, () => { let savedQueryName: string; let savedQueryId: string;