From 060576908e6a4c38c228f9303fd485e6551d3cef Mon Sep 17 00:00:00 2001 From: Tomasz Ciecierski Date: Wed, 30 Oct 2024 13:54:28 +0100 Subject: [PATCH] [8.x] [EDR Workflows] Skip Osquery test in MKI (#198117) (#198302) # Backport This will backport the following commits from `main` to `8.x`: - [EDR Workflows] Skip Osquery test in MKI (#198117) (e5eb58a5) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) --- x-pack/plugins/osquery/cypress/e2e/all/ecs_mappings.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/osquery/cypress/e2e/all/ecs_mappings.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/ecs_mappings.cy.ts index 5330b7869e6f4..4bafc3d173156 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/ecs_mappings.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/ecs_mappings.cy.ts @@ -18,7 +18,7 @@ import { typeInOsqueryFieldInput, } from '../../tasks/live_query'; -describe('EcsMapping', { tags: ['@ess', '@serverless'] }, () => { +describe('EcsMapping', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => { beforeEach(() => { initializeDataViews(); });