mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#180688)
This commit is contained in:
parent
69ef1f6a87
commit
9e6617df97
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ import { OVERVIEW_URL, TIMELINE_TEMPLATES_URL, TIMELINES_URL } from '../../../ur
|
|||
|
||||
const mockTimeline = getTimeline();
|
||||
|
||||
describe('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/180688
|
||||
describe.skip('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
|
||||
beforeEach(() => {
|
||||
deleteTimelines();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue