Skip to content

Commit

Permalink
skip failing test suite (#194135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 12, 2024
1 parent 5bc7a94 commit 0db3d76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import { login } from '../../tasks/login';
import type { ReturnTypeFromChainable } from '../../types';

// Skipped in Serverless MKI due to interactions with internal indices
describe('Event Filters', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/194135
describe.skip('Event Filters', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;

const CONDITION_VALUE = 'valuesAutocompleteMatch';
Expand Down

0 comments on commit 0db3d76

Please sign in to comment.