mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#173704)
This commit is contained in:
parent
e352a3190d
commit
ec6ab78106
1 changed files with 2 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue