From a743260262f3b5026b84ba852185466147945b96 Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Mon, 16 Sep 2024 11:51:49 +0200 Subject: [PATCH] [EDR Workflows][MKI] Skip event_filters.cy.ts in MKI (#192969) Skip due to interactions with internal indices which is not supported in MKI (cherry picked from commit 2b12950e71f6cc7a616eeec1e787e76f3009575c) --- .../management/cypress/e2e/artifacts/event_filters.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/event_filters.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/event_filters.cy.ts index 469f3162a47df..af7310953e86e 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/event_filters.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/event_filters.cy.ts @@ -17,7 +17,8 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts'; import { login } from '../../tasks/login'; import type { ReturnTypeFromChainable } from '../../types'; -describe('Event Filters', { tags: ['@ess', '@serverless'] }, () => { +// Skipped in Serverless MKI due to interactions with internal indices +describe('Event Filters', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => { let endpointData: ReturnTypeFromChainable | undefined; const CONDITION_VALUE = 'valuesAutocompleteMatch';