Skip to content

Commit

Permalink
[EDR Workflows][MKI] Skip event_filters.cy.ts in MKI (elastic#192969)
Browse files Browse the repository at this point in the history
Skip due to interactions with internal indices which is not supported in
MKI
  • Loading branch information
szwarckonrad committed Sep 16, 2024
1 parent 08b682f commit 2b12950
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof indexEndpointHosts> | undefined;

const CONDITION_VALUE = 'valuesAutocompleteMatch';
Expand Down

0 comments on commit 2b12950

Please sign in to comment.