mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#173339)
This commit is contained in:
parent
1154fb19c0
commit
ac81d96f2f
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ import { createTimeline } from '../../../tasks/timelines';
|
|||
|
||||
import { OVERVIEW_URL, TIMELINE_TEMPLATES_URL, TIMELINES_URL } from '../../../urls/navigation';
|
||||
|
||||
describe('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/173339
|
||||
describe.skip('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
deleteTimelines();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue