skip failing test suite (#173704)

This commit is contained in:
Kibana Machine 2023-12-20 09:34:49 -05:00
parent e352a3190d
commit ec6ab78106

View file

@ -23,7 +23,8 @@ import { TIMELINES_URL } from '../../../urls/navigation';
import { EQL_QUERY_VALIDATION_ERROR } from '../../../screens/create_new_rule';
import { deleteTimelines } from '../../../tasks/api_calls/common';
describe('Correlation tab', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/173704
describe.skip('Correlation tab', { tags: ['@ess', '@serverless'] }, () => {
const eql = 'any where process.name == "zsh"';
beforeEach(() => {